summaryrefslogtreecommitdiff
path: root/dev-python/python-bibtex
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/python-bibtex
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
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.ebuild34
-rw-r--r--dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild4
3 files changed, 3 insertions, 38 deletions
diff --git a/dev-python/python-bibtex/Manifest b/dev-python/python-bibtex/Manifest
index d4c72d073cb3..fd3c2ed39c53 100644
--- a/dev-python/python-bibtex/Manifest
+++ b/dev-python/python-bibtex/Manifest
@@ -1,4 +1,3 @@
DIST python-bibtex-1.2.7.tar.gz 60894 BLAKE2B dae5162e9d4b6893a4d411ffd1926f7f989940440609737b5c307af574d6e2794b850d6e4cb60bf33ba96eb36b3a0143fbc8fee907fc96c0c7d980514fe8db5d SHA512 6739824fcdad91e2abb333d9e17a31bd222e6100630b8e4f65a9e718d36eb451600fdc7380cb63b89c4a33a7554b79dd1c52448d19c3359f21deee2134242e6b
-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
+EBUILD python-bibtex-1.2.7-r2.ebuild 661 BLAKE2B c0721b944bd9c618639e9600366cc67f629b911acae686aabb7bc193d53de658e70ffdf1d0bcac408ad14fed4815dd905e29f44f565084ca37976e5b96947bb2 SHA512 0bd9aa6cc0896bc0fdb27b4abeb086784473fd8e8e079711eb7c2e40f8d33fabef3b64453ba87f100716d2f0dc479dfd734eae88271339e421d13ee22f9ddfc3
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
deleted file mode 100644
index d318ec5b9636..000000000000
--- a/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils
-
-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"
-IUSE=""
-
-RDEPEND="
- dev-libs/glib:2
- >=app-text/recode-3.6-r1"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-python_prepare_all() {
- # Disable tests during installation.
- sed -e "/self.run_command ('check')/d" -i setup.py
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- esetup.py check
-}
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
index d514f638cca1..5d64c7d1de12 100644
--- a/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild
+++ b/dev-python/python-bibtex/python-bibtex-1.2.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/pybliographer/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
RDEPEND="
dev-libs/glib:2