Add extra version of py-pickleshare (#15059)

* Add extra version of py-pickleshare

* Fix dependencies

* Flake-8
This commit is contained in:
iarspider 2020-02-19 20:37:36 +01:00 committed by GitHub
parent c969fffbf0
commit f4d91cc3ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,9 @@ class PyPickleshare(PythonPackage):
homepage = "https://pypi.python.org/pypi/pickleshare"
url = "https://pypi.io/packages/source/p/pickleshare/pickleshare-0.7.4.tar.gz"
version('0.7.5', sha256='87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca')
version('0.7.4', sha256='84a9257227dfdd6fe1b4be1319096c20eb85ff1e82c7932f36efccfe1b09737b')
depends_on('python@2.7:2.8,3:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-pathlib2', type=('build', 'run'), when='^python@2.6:2.8,3.2:3.3')