diff options
Diffstat (limited to 'dev-python/chump')
-rw-r--r-- | dev-python/chump/Manifest | 2 | ||||
-rw-r--r-- | dev-python/chump/chump-1.6.0.ebuild | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/chump/Manifest b/dev-python/chump/Manifest index fdffab05a061..3dd0ed738f7b 100644 --- a/dev-python/chump/Manifest +++ b/dev-python/chump/Manifest @@ -1,3 +1,3 @@ DIST chump-1.6.0.tar.gz 15646 BLAKE2B 8cab76e633fd4084d349115fae925c152439d06acbe629d5c23c474f2dc0a3cb1b5b727b856a9d54a82e39698b3cfd7470086a976cfc6b4870f1af02bac71f87 SHA512 d219f1b9e28dd17f834dc807cd42a288adc4f5579bf97cf6b1833e63f339bd811953c3a74cafad9021beb05cd5fddb46cf49b62a4803c62ece62d037fe38a4ee -EBUILD chump-1.6.0.ebuild 862 BLAKE2B 84f43b11ec2ef74a0c9c0fe84f75f3797565e6f033f2f6320a005f8481ef177840554e19ca1507343dcb3601b7cb3ebb91b10537b4a39123cca6445a6e913927 SHA512 7d211f00bfec5fea73807be43bd2540f0e818415379710a6819732f77b520e368926886af72d6dfc6f77420930a747619e0e3ed4868f6a244571f4ece0636841 +EBUILD chump-1.6.0.ebuild 774 BLAKE2B c7ca79c6e195959db9ad129ee22ef1b746ba7a9abd2282ce79eec9f7a87a393717c66a2201cc436b92304821e422ae7487983cf11d5831bacf073b18b6c3b206 SHA512 853e5937711f9397d10e69d711cd2356da5204a3aa5f73909fc11d612318e0f1cd609117e9fded6e8523d943b0c46600770a411352751750a32f415b401dd38e MISC metadata.xml 518 BLAKE2B 126300d60995a32912c84d734b465bdc4ad7f4569aeeae7674325dbd44c177431dffb22e05341cc50e8ac0f294617c64c18c11e3b5f7bfb17eb083f48f06ffdc SHA512 bf56b4200d946208832b539649d18f450da83e2bcc31bff902ad8793fb27f823e2e4207175cc13db3ae49f1862b5889a36fa06d27ec412da647cbdb2c4286604 diff --git a/dev-python/chump/chump-1.6.0.ebuild b/dev-python/chump/chump-1.6.0.ebuild index 4eca65a67580..6ee3f01c296e 100644 --- a/dev-python/chump/chump-1.6.0.ebuild +++ b/dev-python/chump/chump-1.6.0.ebuild @@ -3,9 +3,7 @@ EAPI=7 -# PyPy is not properly supported: -# https://github.com/karanlyons/chump/issues/17 -PYTHON_COMPAT=( pypy3 python3_{6,7} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) inherit distutils-r1 @@ -19,10 +17,11 @@ KEYWORDS="~amd64 ~x86" IUSE="doc" DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) " +# The package has no test suite + python_prepare_all() { sed -i "/'sphinx.ext.intersphinx'/d" docs/conf.py || die distutils-r1_python_prepare_all |