Skip to content
Snippets Groups Projects
Unverified Commit f4d91cc3 authored by iarspider's avatar iarspider Committed by GitHub
Browse files

Add extra version of py-pickleshare (#15059)

* Add extra version of py-pickleshare

* Fix dependencies

* Flake-8
parent c969fffb
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,9 @@ class PyPickleshare(PythonPackage): ...@@ -12,6 +12,9 @@ class PyPickleshare(PythonPackage):
homepage = "https://pypi.python.org/pypi/pickleshare" homepage = "https://pypi.python.org/pypi/pickleshare"
url = "https://pypi.io/packages/source/p/pickleshare/pickleshare-0.7.4.tar.gz" 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') version('0.7.4', sha256='84a9257227dfdd6fe1b4be1319096c20eb85ff1e82c7932f36efccfe1b09737b')
depends_on('py-setuptools', type='build') 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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment