|
|
|
@ -446,7 +446,7 @@ in {
|
|
|
|
|
name = "acme-${version}"; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ |
|
|
|
|
cryptography pyasn1 pyopenssl pyRFC3339 pytz requests2 six werkzeug mock |
|
|
|
|
cryptography pyasn1 pyopenssl pyRFC3339 pytz requests six werkzeug mock |
|
|
|
|
ndg-httpsclient |
|
|
|
|
]; |
|
|
|
|
|
|
|
|
@ -524,7 +524,7 @@ in {
|
|
|
|
|
sha256 = "1f32k18ck54adqlgvh6fjhy4yavcyrwy813prjyqppqqq4bn1a09"; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ requests2 pyjwt ]; |
|
|
|
|
propagatedBuildInputs = with self; [ requests pyjwt ]; |
|
|
|
|
|
|
|
|
|
meta = { |
|
|
|
|
description = "Library to make it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources"; |
|
|
|
@ -1613,7 +1613,7 @@ in {
|
|
|
|
|
sha256 = "89c20b2efaaed3c6f56345d55c32a8d4e7d2a16c032d0acb92f8f490c508fe24"; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ dateutil futures pyopenssl requests2 ]; |
|
|
|
|
propagatedBuildInputs = with self; [ dateutil futures pyopenssl requests ]; |
|
|
|
|
|
|
|
|
|
meta = { |
|
|
|
|
description = "Microsoft Azure SDK for Python"; |
|
|
|
@ -1665,7 +1665,7 @@ in {
|
|
|
|
|
url = mirror://pypi/a/azure-mgmt-common/azure-mgmt-common-0.20.0.zip; |
|
|
|
|
sha256 = "1rmzpz3733wv31rsnqpdy4bbafvk5dhbqx7q0xf62dlz7p0i4f66"; |
|
|
|
|
}; |
|
|
|
|
propagatedBuildInputs = with self; [ azure-common azure-mgmt-nspkg requests2 ]; |
|
|
|
|
propagatedBuildInputs = with self; [ azure-common azure-mgmt-nspkg requests ]; |
|
|
|
|
postInstall = '' |
|
|
|
|
echo "__import__('pkg_resources').declare_namespace(__name__)" >> "$out/lib/${python.libPrefix}"/site-packages/azure/__init__.py |
|
|
|
|
echo "__import__('pkg_resources').declare_namespace(__name__)" >> "$out/lib/${python.libPrefix}"/site-packages/azure/mgmt/__init__.py |
|
|
|
@ -1801,7 +1801,7 @@ in {
|
|
|
|
|
url = mirror://pypi/a/azure-storage/azure-storage-0.20.3.zip; |
|
|
|
|
sha256 = "06bmw6k2000kln5jwk5r9bgcalqbyvqirmdh9gq4s6nb4fv3c0jb"; |
|
|
|
|
}; |
|
|
|
|
propagatedBuildInputs = with self; [ azure-common futures dateutil requests2 ]; |
|
|
|
|
propagatedBuildInputs = with self; [ azure-common futures dateutil requests ]; |
|
|
|
|
postInstall = '' |
|
|
|
|
echo "__import__('pkg_resources').declare_namespace(__name__)" >> "$out/lib/${python.libPrefix}"/site-packages/azure/__init__.py |
|
|
|
|
''; |
|
|
|
@ -1820,7 +1820,7 @@ in {
|
|
|
|
|
url = mirror://pypi/a/azure-servicemanagement-legacy/azure-servicemanagement-legacy-0.20.1.zip; |
|
|
|
|
sha256 = "17dwrp99sx5x9cm4vldkaxhki9gbd6dlafa0lpr2n92xhh2838zs"; |
|
|
|
|
}; |
|
|
|
|
propagatedBuildInputs = with self; [ azure-common requests2 ]; |
|
|
|
|
propagatedBuildInputs = with self; [ azure-common requests ]; |
|
|
|
|
postInstall = '' |
|
|
|
|
echo "__import__('pkg_resources').declare_namespace(__name__)" >> "$out/lib/${python.libPrefix}"/site-packages/azure/__init__.py |
|
|
|
|
''; |
|
|
|
@ -2090,7 +2090,7 @@ in {
|
|
|
|
|
sha256 = "0vw4d53jbbb2kdl7l891h8iyxklqcd6ldvgcyhw9hl40ljdhv1wz"; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = [ self.requests2 ]; |
|
|
|
|
propagatedBuildInputs = [ self.requests ]; |
|
|
|
|
|
|
|
|
|
doCheck = false; |
|
|
|
|
|
|
|
|
@ -2523,7 +2523,7 @@ in {
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
buildInputs = with self; [ pillow tox mock six nose ]; |
|
|
|
|
propagatedBuildInputs = with self; [ requests2 decorator simplejson ]; |
|
|
|
|
propagatedBuildInputs = with self; [ requests decorator simplejson ]; |
|
|
|
|
|
|
|
|
|
meta = { |
|
|
|
|
description = "The Datadog Python library "; |
|
|
|
@ -2565,7 +2565,7 @@ in {
|
|
|
|
|
sha256 = "1bkqhlzigy656pam0znp2ddp1y5sqzyhw3c4fyy58spcafldq4j6"; |
|
|
|
|
}; |
|
|
|
|
buildInputs = with self; [ pytest ]; |
|
|
|
|
propagatedBuildInputs = with self; [ requests2 lxml pbr ]; |
|
|
|
|
propagatedBuildInputs = with self; [ requests lxml pbr ]; |
|
|
|
|
# prompt_toolkit doesn't work on 3.5 on OSX. |
|
|
|
|
doCheck = !isPy35; |
|
|
|
|
|
|
|
|
@ -2609,7 +2609,7 @@ in {
|
|
|
|
|
sha256 = "0fs7a4cf4f12mjhcjd5vfh0f3ixcy2nawzxpgsfr3ahf0rg7ppx5"; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ cookies mock requests2 six ]; |
|
|
|
|
propagatedBuildInputs = with self; [ cookies mock requests six ]; |
|
|
|
|
|
|
|
|
|
doCheck = false; |
|
|
|
|
|
|
|
|
@ -2732,7 +2732,7 @@ in {
|
|
|
|
|
sha256 = "d881e21ec7ebfa006cfca6d10a5b7229aa59990568f8c6b8e3364769fa38b6f6"; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = [ self.requests2 ]; |
|
|
|
|
propagatedBuildInputs = [ self.requests ]; |
|
|
|
|
|
|
|
|
|
# No tests |
|
|
|
|
doCheck = false; |
|
|
|
@ -2793,7 +2793,7 @@ in {
|
|
|
|
|
psutil |
|
|
|
|
pymongo |
|
|
|
|
pyyaml |
|
|
|
|
requests2 |
|
|
|
|
requests |
|
|
|
|
sqlalchemy |
|
|
|
|
tables |
|
|
|
|
toolz |
|
|
|
@ -2983,7 +2983,7 @@ in {
|
|
|
|
|
werkzeug |
|
|
|
|
itsdangerous |
|
|
|
|
dateutil |
|
|
|
|
requests2 |
|
|
|
|
requests |
|
|
|
|
six |
|
|
|
|
pygments |
|
|
|
|
pystache |
|
|
|
@ -3023,7 +3023,7 @@ in {
|
|
|
|
|
''; |
|
|
|
|
|
|
|
|
|
buildInputs = [ self.nose self.mock ]; |
|
|
|
|
propagatedBuildInputs = [ self.requests2 self.httpretty ]; |
|
|
|
|
propagatedBuildInputs = [ self.requests self.httpretty ]; |
|
|
|
|
|
|
|
|
|
meta = { |
|
|
|
|
homepage = https://github.com/boto/boto; |
|
|
|
@ -3088,7 +3088,7 @@ in {
|
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = |
|
|
|
|
[ self.dateutil |
|
|
|
|
self.requests2 |
|
|
|
|
self.requests |
|
|
|
|
self.jmespath |
|
|
|
|
]; |
|
|
|
|
|
|
|
|
@ -3167,7 +3167,7 @@ in {
|
|
|
|
|
|
|
|
|
|
buildInputs = with self; [ mock unittest2 nose /* jira megaplan */ ]; |
|
|
|
|
propagatedBuildInputs = with self; [ |
|
|
|
|
twiggy requests2 offtrac bugzilla taskw dateutil pytz keyring six |
|
|
|
|
twiggy requests offtrac bugzilla taskw dateutil pytz keyring six |
|
|
|
|
jinja2 pycurl dogpile_cache lockfile click pyxdg |
|
|
|
|
]; |
|
|
|
|
|
|
|
|
@ -3213,7 +3213,7 @@ in {
|
|
|
|
|
patches = [ ../development/python-modules/bugzilla/checkPhase-fix-cookie-compare.patch ]; |
|
|
|
|
|
|
|
|
|
buildInputs = with self; [ pep8 coverage logilab_common ]; |
|
|
|
|
propagatedBuildInputs = [ self.requests2 ]; |
|
|
|
|
propagatedBuildInputs = [ self.requests ]; |
|
|
|
|
|
|
|
|
|
preCheck = '' |
|
|
|
|
mkdir -p check-phase |
|
|
|
@ -3257,7 +3257,7 @@ in {
|
|
|
|
|
sha256 = "0l3a7iyk596x6pvzg7604lzzi012qszr804fqn6f517zcy1xz23j"; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = [ self.requests2 self.py ]; |
|
|
|
|
propagatedBuildInputs = [ self.requests self.py ]; |
|
|
|
|
|
|
|
|
|
meta = { |
|
|
|
|
homepage = https://bitbucket.org/hpk42/devpi; |
|
|
|
@ -3633,7 +3633,7 @@ in {
|
|
|
|
|
sed -i 's/==/>=/' requirements.txt |
|
|
|
|
''; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ docopt requests2 pygments ]; |
|
|
|
|
propagatedBuildInputs = with self; [ docopt requests pygments ]; |
|
|
|
|
|
|
|
|
|
# Error when running tests: |
|
|
|
|
# No local packages or download links found for requests |
|
|
|
@ -4103,7 +4103,7 @@ in {
|
|
|
|
|
sha256 = "0vfyr499sbc4nnhhijp2lznyj507nnak95bvv9w8y78ngxggskbh"; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
buildInputs = with self; [ requests2 six pytest ]; |
|
|
|
|
buildInputs = with self; [ requests six pytest ]; |
|
|
|
|
|
|
|
|
|
# No tests distributed. https://github.com/cablehead/python-consul/issues/133 |
|
|
|
|
doCheck = false; |
|
|
|
@ -4403,7 +4403,7 @@ in {
|
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ |
|
|
|
|
pbr stevedore netaddr iso8601 six oslo-i18n oslo-utils Babel pyyaml eventlet |
|
|
|
|
requests2 urllib3 oslo-concurrency suds-jurko |
|
|
|
|
requests urllib3 oslo-concurrency suds-jurko |
|
|
|
|
]; |
|
|
|
|
buildInputs = with self; [ |
|
|
|
|
bandit oslosphinx coverage testtools testscenarios testrepository mock |
|
|
|
@ -4421,7 +4421,7 @@ in {
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ |
|
|
|
|
pbr argparse requests2 six keystoneclient cliff oslo-i18n oslo-serialization |
|
|
|
|
pbr argparse requests six keystoneclient cliff oslo-i18n oslo-serialization |
|
|
|
|
oslo-utils |
|
|
|
|
]; |
|
|
|
|
buildInputs = with self; [ |
|
|
|
@ -4471,7 +4471,7 @@ in {
|
|
|
|
|
buildInputs = with self; [ |
|
|
|
|
pbr testtools testscenarios testrepository requests-mock fixtures ]; |
|
|
|
|
propagatedBuildInputs = with self; [ |
|
|
|
|
Babel argparse prettytable requests2 simplejson six iso8601 |
|
|
|
|
Babel argparse prettytable requests simplejson six iso8601 |
|
|
|
|
keystoneclient tempest-lib ]; |
|
|
|
|
|
|
|
|
|
# TODO: check if removing this test is really harmless |
|
|
|
@ -4582,7 +4582,7 @@ in {
|
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ |
|
|
|
|
pbr six Babel cliff os-client-config oslo-config oslo-i18n oslo-utils |
|
|
|
|
glanceclient keystoneclient novaclient cinderclient neutronclient requests2 |
|
|
|
|
glanceclient keystoneclient novaclient cinderclient neutronclient requests |
|
|
|
|
stevedore cliff-tablib |
|
|
|
|
]; |
|
|
|
|
buildInputs = with self; [ |
|
|
|
@ -5203,7 +5203,7 @@ in {
|
|
|
|
|
version = "1.1.0"; |
|
|
|
|
|
|
|
|
|
buildInputs = with self; [ pytest ]; |
|
|
|
|
propagatedBuildInputs = with self; [ setuptools-git pytest-shutil pytest-fixture-config psutil requests2 ]; |
|
|
|
|
propagatedBuildInputs = with self; [ setuptools-git pytest-shutil pytest-fixture-config psutil requests ]; |
|
|
|
|
|
|
|
|
|
meta = { |
|
|
|
|
description = "Extensible server fixures for py.test"; |
|
|
|
@ -5316,7 +5316,7 @@ in {
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ werkzeug ]; |
|
|
|
|
buildInputs = with self; [ pytest six requests2 ]; |
|
|
|
|
buildInputs = with self; [ pytest six requests ]; |
|
|
|
|
|
|
|
|
|
checkPhase = '' |
|
|
|
|
py.test |
|
|
|
@ -5554,7 +5554,7 @@ in {
|
|
|
|
|
digital-ocean = buildPythonPackage rec { |
|
|
|
|
name = "python-digitalocean-1.10.1"; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ requests2 ]; |
|
|
|
|
propagatedBuildInputs = with self; [ requests ]; |
|
|
|
|
|
|
|
|
|
# Package doesn't distribute tests. |
|
|
|
|
doCheck = false; |
|
|
|
@ -5699,7 +5699,7 @@ in {
|
|
|
|
|
|
|
|
|
|
buildInputs = with self; [ mock ]; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ requests2 six urllib3 ]; |
|
|
|
|
propagatedBuildInputs = with self; [ requests six urllib3 ]; |
|
|
|
|
|
|
|
|
|
meta = { |
|
|
|
|
description = "Persistent cache for requests library"; |
|
|
|
@ -6047,7 +6047,7 @@ in {
|
|
|
|
|
sha256 = "0a3616a818dd9fa61a61c3d9731d176e9123130d1b1b97a6beee63b4c72306b7"; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ oauth2 requests2 ]; |
|
|
|
|
propagatedBuildInputs = with self; [ oauth2 requests ]; |
|
|
|
|
|
|
|
|
|
meta = { |
|
|
|
|
description = "Official Python API client for Discogs"; |
|
|
|
@ -6156,7 +6156,7 @@ in {
|
|
|
|
|
doCheck = false; # requires redis server |
|
|
|
|
propagatedBuildInputs = with self; [ |
|
|
|
|
setuptools docker_registry_core blinker flask gevent gunicorn pyyaml |
|
|
|
|
requests2 rsa sqlalchemy setuptools backports_lzma m2crypto |
|
|
|
|
requests rsa sqlalchemy setuptools backports_lzma m2crypto |
|
|
|
|
]; |
|
|
|
|
|
|
|
|
|
patchPhase = "> requirements/main.txt"; |
|
|
|
@ -6253,7 +6253,7 @@ in {
|
|
|
|
|
sha256 ="0ams289qcgna96aak96jbz6wybs6qb95h2gn8lb4lmx2p5sq4q56"; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ requests2 six ]; |
|
|
|
|
propagatedBuildInputs = with self; [ requests six ]; |
|
|
|
|
|
|
|
|
|
meta = { |
|
|
|
|
description = "Digital Ocean API python wrapper"; |
|
|
|
@ -6326,7 +6326,7 @@ in {
|
|
|
|
|
sha256 = "f65c12bd97f09e29a951bc7cb30a74e005fc4b2f8bb48778796be3f73866b173"; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ requests2 urllib3 mock setuptools ]; |
|
|
|
|
propagatedBuildInputs = with self; [ requests urllib3 mock setuptools ]; |
|
|
|
|
|
|
|
|
|
meta = { |
|
|
|
|
description = "A Python library for Dropbox's HTTP-based Core and Datastore APIs"; |
|
|
|
@ -6424,7 +6424,7 @@ in {
|
|
|
|
|
# Check is disabled because running them destroy the content of the local cluster! |
|
|
|
|
# https://github.com/elasticsearch/elasticsearch-py/tree/master/test_elasticsearch |
|
|
|
|
doCheck = false; |
|
|
|
|
propagatedBuildInputs = with self; [ urllib3 requests2 ]; |
|
|
|
|
propagatedBuildInputs = with self; [ urllib3 requests ]; |
|
|
|
|
buildInputs = with self; [ nosexcover mock ]; |
|
|
|
|
|
|
|
|
|
meta = { |
|
|
|
@ -6506,7 +6506,7 @@ in {
|
|
|
|
|
sed -i -e '13,14d;37d' setup.py |
|
|
|
|
''; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ simplejson pytz requests2 ]; |
|
|
|
|
propagatedBuildInputs = with self; [ simplejson pytz requests ]; |
|
|
|
|
|
|
|
|
|
# No proper tests are available |
|
|
|
|
doCheck = false; |
|
|
|
@ -6811,7 +6811,7 @@ in {
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
disabled = !isPy3k; |
|
|
|
|
propagatedBuildInputs = with self; [ docutils requests2 requests_download zipfile36]; |
|
|
|
|
propagatedBuildInputs = with self; [ docutils requests requests_download zipfile36]; |
|
|
|
|
|
|
|
|
|
meta = { |
|
|
|
|
description = "A simple packaging tool for simple packages"; |
|
|
|
@ -7084,7 +7084,7 @@ in {
|
|
|
|
|
mutagen |
|
|
|
|
protobuf3_0 |
|
|
|
|
setuptools |
|
|
|
|
requests2 |
|
|
|
|
requests |
|
|
|
|
dateutil |
|
|
|
|
proboscis |
|
|
|
|
mock |
|
|
|
@ -7255,7 +7255,7 @@ in {
|
|
|
|
|
pyasn1 |
|
|
|
|
pycparser |
|
|
|
|
pycryptodome |
|
|
|
|
requests2 |
|
|
|
|
requests |
|
|
|
|
six |
|
|
|
|
]; |
|
|
|
|
|
|
|
|
@ -7279,7 +7279,7 @@ in {
|
|
|
|
|
}; |
|
|
|
|
buildInputs = with self; [ pytest responses ]; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self; [ docopt flask markdown path-and-address pygments requests2 ]; |
|
|
|
|
propagatedBuildInputs = with self; [ docopt flask markdown path-and-address pygments requests ]; |
|
|
|
|
|
|
|
|
|
checkPhase = '' |
|
|
|
|
export PATH="$PATH:$out/bin" |
|
|
|
@ -7544,7 +7544,7 @@ in {
|
|
|
|
|
sha256 = "0cdmzpk5wvi6fyfmmn96vynqkb1p59wjqjdijhm1ixf7bfl9r126"; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
propagatedBuildInputs = with self |