From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/polib/Manifest | 6 ---- dev-python/polib/files/polib-1.0.7-BE-test.patch | 11 -------- dev-python/polib/metadata.xml | 12 -------- dev-python/polib/polib-1.0.7.ebuild | 36 ------------------------ dev-python/polib/polib-1.1.0.ebuild | 36 ------------------------ 5 files changed, 101 deletions(-) delete mode 100644 dev-python/polib/Manifest delete mode 100644 dev-python/polib/files/polib-1.0.7-BE-test.patch delete mode 100644 dev-python/polib/metadata.xml delete mode 100644 dev-python/polib/polib-1.0.7.ebuild delete mode 100644 dev-python/polib/polib-1.1.0.ebuild (limited to 'dev-python/polib') diff --git a/dev-python/polib/Manifest b/dev-python/polib/Manifest deleted file mode 100644 index 396288ba62e6..000000000000 --- a/dev-python/polib/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX polib-1.0.7-BE-test.patch 545 BLAKE2B 800372796d19d98f47dff73ed593dcbe8a60d55b654258ea5063b702fc3761906754096bc2f4703621378a56ef9589ff5a4c1d7aa6bcef368e293bad9e8b869f SHA512 0b62dadaa7983657901463770a5e7abc41361094c7dba41618881d7328378b989c10b3458c667f15134ad92d0bfebd785f475e1ba040ea11da70352bd8a2cc2c -DIST polib-1.0.7.tar.gz 156282 BLAKE2B 4d4a9f9901fe7b7b7aa5fc54b9391e051b8d02d1749752e1c9a563d9285670db5d43d7c5015fe266f78c89d1ff7a334bd2afe2d7d8b68fb376df35f8902cb0ed SHA512 bfec3538f9ab499ff2149bb40e0685b4cb6d5f0bc7ce8dc33e1fc511a6169e01c1a317e652daed7b3bfd9bbfe6ee1d545b4d8913f54e91504c4debb5b1b94b6e -DIST polib-1.1.0.tar.gz 158484 BLAKE2B 41766f00e3928eacf3c98406b6acce224f0d0cb44d79326c834db900ed8b91181911ab7e26845a737057dd07c067a784d0b06278952708c17888db42d8c1e303 SHA512 74681585b4d7252e107acd7d73f49f7e91c90adcd180722d39d35c40ec158434798af0124a16788cf564c73b84f52a040aefeb58355a1a3cd85848c3f6a5e67f -EBUILD polib-1.0.7.ebuild 851 BLAKE2B 711e2e4bb1edbc7dc85de2f88c94b30ff105849ee63f7529dcd65afdd56e07064dc5eda91d2f4a88c6f9f4ce97e218b71837cd737758d1eda1a57c5c0bc9ec84 SHA512 81dabe46ec5375ceb7182a987f1a39d29f88790fdb1f35542137c2a27c6829656a974d605e422f93743f92bd71dde105e3e2c2c74e0eecb9f617c8a694ad4d5d -EBUILD polib-1.1.0.ebuild 864 BLAKE2B 9eaa7d09a01ffee33606ef2def8b7f2c6c1f93e874fb5d0a1014346a630f08127ede16c7c7aed41be2867e23cb4527fe41a5d08132c60915963e839e8f6b5297 SHA512 424f78963055d9af04e43fead659210babb129c9f66c8791eddd979d0367859a430d1b71b546854c2c1d53b356c14dedcdfb2b2d09f34083941b2a55ebf7476d -MISC metadata.xml 388 BLAKE2B 49be94fcd86aefe8e2c4ab2035478b470236492908f7d08822a4e035277c83d557f78076d72cd96d6320ec08276c629dcd52d04380518cf694c10ebdee0bce16 SHA512 7afe518c98f3cbb71d13aa4cea16fe59eae8f711a1d1dd58c982c1dd8946b0a69196e0979612c995d53be215148d05615226eecc4be457adf8cd35b96f3f3f57 diff --git a/dev-python/polib/files/polib-1.0.7-BE-test.patch b/dev-python/polib/files/polib-1.0.7-BE-test.patch deleted file mode 100644 index e2192bb7091b..000000000000 --- a/dev-python/polib/files/polib-1.0.7-BE-test.patch +++ /dev/null @@ -1,11 +0,0 @@ -https://bitbucket.org/izi/polib/pull-requests/24/tests-force-msgfmt-into-machines-byte/diff -https://bugs.gentoo.org/641464 -diff --git a/tests/tests.py b/tests/tests.py -index 50ad0c6..239ce88 100644 ---- a/tests/tests.py -+++ b/tests/tests.py -@@ -551,3 +551,3 @@ class TestPoFile(unittest.TestCase): - po.save_as_mofile(tmpfile1) -- subprocess.call([msgfmt, '--no-hash', '-o', tmpfile2, reffile]) -+ subprocess.call([msgfmt, '--no-hash', '--endianness=%s' % sys.byteorder, '-o', tmpfile2, reffile]) - try: diff --git a/dev-python/polib/metadata.xml b/dev-python/polib/metadata.xml deleted file mode 100644 index e9ef425b4c62..000000000000 --- a/dev-python/polib/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - tetromino@gentoo.org - Alexandre Rostovtsev - - - izi/polib - polib - - diff --git a/dev-python/polib/polib-1.0.7.ebuild b/dev-python/polib/polib-1.0.7.ebuild deleted file mode 100644 index c890aa984407..000000000000 --- a/dev-python/polib/polib-1.0.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="A library to manipulate gettext files (.po and .mo files)" -HOMEPAGE="https://bitbucket.org/izi/polib/wiki/Home" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86" -IUSE="doc" - -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -PATCHES=( - "${FILESDIR}"/${PN}-1.0.7-BE-test.patch -) - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - "${PYTHON}" tests/tests.py || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - local DOCS=( CHANGELOG README.rst ) - use doc && local HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/polib/polib-1.1.0.ebuild b/dev-python/polib/polib-1.1.0.ebuild deleted file mode 100644 index 81c5318f275d..000000000000 --- a/dev-python/polib/polib-1.1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="A library to manipulate gettext files (.po and .mo files)" -HOMEPAGE="https://bitbucket.org/izi/polib/wiki/Home" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" - -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -PATCHES=( - "${FILESDIR}"/${PN}-1.0.7-BE-test.patch -) - -python_compile_all() { - use doc && emake -C docs html -} - -python_test() { - "${PYTHON}" tests/tests.py || die "Tests failed under ${EPYTHON}" -} - -python_install_all() { - local DOCS=( CHANGELOG README.rst ) - use doc && local HTML_DOCS=( docs/_build/html/. ) - distutils-r1_python_install_all -} -- cgit v1.2.3