summaryrefslogtreecommitdiff
path: root/dev-python/pyparsing
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-07 01:33:16 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-07 01:33:16 +0100
commitc8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (patch)
tree3ee550255947da075650f1a551dcc278f9a1b7f8 /dev-python/pyparsing
parenta978c074e4272bb901fbe4a10de0a7b2af574f17 (diff)
gentoo resync : 07.05.2021
Diffstat (limited to 'dev-python/pyparsing')
-rw-r--r--dev-python/pyparsing/Manifest2
-rw-r--r--dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild8
2 files changed, 3 insertions, 7 deletions
diff --git a/dev-python/pyparsing/Manifest b/dev-python/pyparsing/Manifest
index 3eaa704756b0..81df98dfd07c 100644
--- a/dev-python/pyparsing/Manifest
+++ b/dev-python/pyparsing/Manifest
@@ -1,3 +1,3 @@
DIST pyparsing_2.4.7.tar.gz 648158 BLAKE2B 24525b4ee7876e245b9eb270f0e3e22fe2d8b398f9777ad3b3657b8a1227dcbd25983aa64a3f3018debdbffc1a042c732e6b3a09800e081c7acac7b97da15317 SHA512 c7a546729f86a2b5176e2482b566b9fd715b03e495aaef4d720b21307bb03f385dbc849247f8d266cb3d92be0a83c34ce4995b655ce85318355d5a0d42d6991e
-EBUILD pyparsing-2.4.7-r1.ebuild 992 BLAKE2B 624e83a32f54d8c0980ebab435adc645efd8488c719c858ca275795276518ebf50ebd97241024564822a506fa8a25c207ab086e5d3344231296088668a7caeda SHA512 1a3864d54274752653876becabe9eaf44a01fe578f286a7ed3c38fe5ebc39cccf32bcf49fd91e6e3ef0cbe633a8711f3114ad54041ddcd23d682f3f59abb6e82
+EBUILD pyparsing-2.4.7-r1.ebuild 848 BLAKE2B 8aca0e5b9b69435b674f58074687d560f08c6804869f9bafae3a8ddcb143cc592c3ca6b550fc4a346ea9ed1572d2064950eaad9889532553461a5fbc18589cc2 SHA512 58f409e7a53aefe9773ab7320267d9d18a66378b4890aa9590b84df1c9c1b2c66db5ddb0d1ef6e8810fcd7ee2a691a1deda7b820063d84d3985872cb828ab413
MISC metadata.xml 796 BLAKE2B 181d16c9c3d8ff66e019dbcf57006dd363b4bc0899fccbde2eb07e1270d70b93ac645ff61ff0a5f03b2193bf1cf05f8943a03ed0ffdbc231e32ea93b848c39dd SHA512 31e722b12b24597d3a10451f749c40ce36d67779c53c2d6fca644a4000f9900a1e692c727dd8c89b5bb26b3ea4604587034ba11054f7e83a5eb383224f0976ff
diff --git a/dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild b/dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild
index b6e871b2aee4..f570cba32eb2 100644
--- a/dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild
+++ b/dev-python/pyparsing/pyparsing-2.4.7-r1.ebuild
@@ -2,8 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
@@ -11,8 +10,7 @@ MY_P=${P/-/_}
DESCRIPTION="Easy-to-use Python module for text parsing"
HOMEPAGE="https://github.com/pyparsing/pyparsing https://pypi.org/project/pyparsing/"
SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_P}.tar.gz"
-# pypi releases and generated github tarballs lack tests
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+S=${WORKDIR}/${PN}-${MY_P}
LICENSE="MIT"
SLOT="0"
@@ -21,8 +19,6 @@ IUSE="examples"
distutils_enable_tests setup.py
-S=${WORKDIR}/${PN}-${MY_P}
-
python_install_all() {
if use examples; then
docompress -x /usr/share/doc/${PF}/examples