summaryrefslogtreecommitdiff
path: root/dev-python/python-bibtex
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-03 13:42:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-03 13:42:34 +0000
commit066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (patch)
tree3cb05783d73b2c33589ba305144a31c718e123cd /dev-python/python-bibtex
parent16449a80e28af2209916cc66d19c9a44ca2b90d9 (diff)
gentoo resync : 03.03.2019
Diffstat (limited to 'dev-python/python-bibtex')
-rw-r--r--dev-python/python-bibtex/Manifest3
-rw-r--r--dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild4
-rw-r--r--dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild33
3 files changed, 37 insertions, 3 deletions
diff --git a/dev-python/python-bibtex/Manifest b/dev-python/python-bibtex/Manifest
index 5b3921d9d008..d4c72d073cb3 100644
--- a/dev-python/python-bibtex/Manifest
+++ b/dev-python/python-bibtex/Manifest
@@ -1,3 +1,4 @@
DIST python-bibtex-1.2.7.tar.gz 60894 BLAKE2B dae5162e9d4b6893a4d411ffd1926f7f989940440609737b5c307af574d6e2794b850d6e4cb60bf33ba96eb36b3a0143fbc8fee907fc96c0c7d980514fe8db5d SHA512 6739824fcdad91e2abb333d9e17a31bd222e6100630b8e4f65a9e718d36eb451600fdc7380cb63b89c4a33a7554b79dd1c52448d19c3359f21deee2134242e6b
-EBUILD python-bibtex-1.2.7-r1.ebuild 662 BLAKE2B d9274d810a7005b47f159f623d2eef3ea16915437db8433cf4152a29a57f8a5bfb1ccea92c12b367ec4879c091f96eea5d1abfa2f22b11664bd75585b195d2ad SHA512 8d9f512e261cf292b8b75db0b7c5cefa9ffb6b54162bca9a5b2360d0c788564d6618de1c88c7f77468c9d9fff6feeb5048306697e09864e98f55af65a9b777d5
+EBUILD python-bibtex-1.2.7-r1.ebuild 660 BLAKE2B 9c297392aac260bad35872bcf2465f17cf07cbe9f33c36e2eae030e4fe3f7a8c114a38902328ab900a70a47e6c881d3cd4868f7242611fa5f556eb716c3eed23 SHA512 a1774b82df4f7697c67d2c6b3a6ffa04f31d319eb0bf6c3bcea1065627da571482a13ce63b4cef08b5a68fe9466fffd2750d199e0ab38146c4dfe3d33b39dd54
+EBUILD python-bibtex-1.2.7-r2.ebuild 664 BLAKE2B 571865f98b8f4e3b1322625576b3d9993dc4de4e6bb1044e5872cf4cde2be3fa06f8a5fd086983af43dd69c5ebb86ed50dd13adee4af73de86ec1b7037878875 SHA512 9f4c7836a2cd020be6694c6b474e4dece8fba67ba49eec7760eb32c23fe80f029755df85f423c682787177d4ce16ce7fa533ed9dca451e0beba0d3a4f51e347c
MISC metadata.xml 433 BLAKE2B 7d50fbbf95bffeecb213069d61af760c468d50ffcfe3c7dbbcf504cf496b944dc83671122400662fc4247bba54fef57eb085f86039c6e7600139b1e0b51398c8 SHA512 2f628ff97966f5175f2a5deab9a04f09c7350b2a74a99ad37930cbeee9881d8911d821af89c92eb832560e58cfcb7efd8af0c8f51ab3bac4ab1fbdd94e1639cc
diff --git a/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild
index 6b44d83e3241..d318ec5b9636 100644
--- a/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild
+++ b/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils
DESCRIPTION="A Python extension to parse BibTeX files"
-HOMEPAGE="http://pybliographer.org/"
+HOMEPAGE="https://pybliographer.org/"
SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
LICENSE="GPL-2"
diff --git a/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild b/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild
new file mode 100644
index 000000000000..d514f638cca1
--- /dev/null
+++ b/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python extension to parse BibTeX files"
+HOMEPAGE="https://pybliographer.org/"
+SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="
+ dev-libs/glib:2
+ >=app-text/recode-3.6-r1"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+python_prepare_all() {
+ # Disable tests during installation.
+ sed -e "/self.run_command ('check')/d" -i setup.py || die
+
+ distutils-r1_python_prepare_all
+}
+
+python_test() {
+ esetup.py check
+}