summaryrefslogtreecommitdiff
path: root/dev-python/httmock
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-03-04 01:48:24 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-03-04 01:48:24 +0000
commit07cc77a471a0cca7e926b493d4bfd976bc2f0a8d (patch)
tree2e9cba214639a0895c81764ed3924a67676b6c73 /dev-python/httmock
parent8f6ec18f14889ba35ee0a023d21f33c75dd9cb5f (diff)
downloadbaldeagleos-repo-07cc77a471a0cca7e926b493d4bfd976bc2f0a8d.tar.gz
baldeagleos-repo-07cc77a471a0cca7e926b493d4bfd976bc2f0a8d.tar.xz
baldeagleos-repo-07cc77a471a0cca7e926b493d4bfd976bc2f0a8d.zip
Adding metadata
Diffstat (limited to 'dev-python/httmock')
-rw-r--r--dev-python/httmock/Manifest1
-rw-r--r--dev-python/httmock/httmock-1.2.5.ebuild2
-rw-r--r--dev-python/httmock/httmock-1.4.0.ebuild20
-rw-r--r--dev-python/httmock/metadata.xml1
4 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/httmock/Manifest b/dev-python/httmock/Manifest
index 9fc32af7c935..51efc2cced99 100644
--- a/dev-python/httmock/Manifest
+++ b/dev-python/httmock/Manifest
@@ -1 +1,2 @@
DIST httmock-1.2.5.tar.gz 5409 BLAKE2B 06ea90b6553b2d97b72944a05587e07c4c6ffa9282a81dd976c8f875ae92fbeded10dde0c060b2c9883bf2827d7233cde337f3d995e30d9057119632a49ee9cd SHA512 1dc3bd506f76f2e57db5268201faeb7038b9a62873f0113590023c7b889903428fc3c796db4accf74f53cae60a258160c3698dd9cef71024183f0c6f05040b80
+DIST httmock-1.4.0.tar.gz 6439 BLAKE2B 68136f0dd3f1adb7f431893ade8037ce98de3870c5da094ec8a4dfde3eba07667989b71b957673e969548d7d5115455d02af2bcbb1eeb59dc0891e2ffac2c1ff SHA512 49dec760da7dc57a3fb0392c121ddbf9a430fa64c2a6f923ca62da2e697805a61941cde5cf35fc8af30de199227edd72d7f1985745ebd427b1f5d74807e3862c
diff --git a/dev-python/httmock/httmock-1.2.5.ebuild b/dev-python/httmock/httmock-1.2.5.ebuild
index 3412e285b7ad..156e76fe1eb0 100644
--- a/dev-python/httmock/httmock-1.2.5.ebuild
+++ b/dev-python/httmock/httmock-1.2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
diff --git a/dev-python/httmock/httmock-1.4.0.ebuild b/dev-python/httmock/httmock-1.4.0.ebuild
new file mode 100644
index 000000000000..156e76fe1eb0
--- /dev/null
+++ b/dev-python/httmock/httmock-1.4.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A mocking library for requests"
+HOMEPAGE="https://github.com/patrys/httmock"
+SRC_URI="https://github.com/patrys/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/requests-1.0.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
diff --git a/dev-python/httmock/metadata.xml b/dev-python/httmock/metadata.xml
index 48884a06fa6b..f78476333ba6 100644
--- a/dev-python/httmock/metadata.xml
+++ b/dev-python/httmock/metadata.xml
@@ -6,4 +6,5 @@
<remote-id type="pypi">httmock</remote-id>
</upstream>
<origin>gentoo-staging</origin>
+ <stabilize-allarches/>
</pkgmetadata> \ No newline at end of file