summaryrefslogtreecommitdiff
path: root/dev-python/python-oembed
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
commit5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch)
treeb041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /dev-python/python-oembed
parent5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff)
gentoo resync : 22.04.2018
Diffstat (limited to 'dev-python/python-oembed')
-rw-r--r--dev-python/python-oembed/Manifest2
-rw-r--r--dev-python/python-oembed/python-oembed-0.2.4.ebuild5
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/python-oembed/Manifest b/dev-python/python-oembed/Manifest
index 279e31106479..f2babc44bc7b 100644
--- a/dev-python/python-oembed/Manifest
+++ b/dev-python/python-oembed/Manifest
@@ -1,3 +1,3 @@
DIST python-oembed-0.2.4.tar.gz 7981 BLAKE2B d31df9c67fb51e2ddd624a8aa8cf7d844262c357508d412f9b93763ac85c48384b12e73b5ebf74a8e2da4f0547710e35e47a7c2b8c4862994f95be6e667de943 SHA512 9eaae818e17fcfed2e53e7f730ff6837b3ec55bf977892dc05c79846b0afe6a3b6808e046ac8e41bfca587de07d1be40343d6b0df1a502418990e9bdb8d81abe
-EBUILD python-oembed-0.2.4.ebuild 555 BLAKE2B 6d5eaef7ff6d7533be4d2894842914b737ee1a239fcfbf938b710bb2b3c5d29485c04f63179bf28cdfb81a5adc987a01d241df7c69213b5491546da9b4639c5d SHA512 0a79f16ddeb23e2081a01a78b9d45420b5cd0eb329cc2b38082ffa4408f19f4ce4fc0a380f2f31a0243a34102ce108467dc3509fa1dcf0dbe5ea041c17fcb0cd
+EBUILD python-oembed-0.2.4.ebuild 684 BLAKE2B 5851ae1cc5f36c5b7b662d4c7cb7aa09b23c482ef4ff41350534429f54fdf3cf44a3cbe1df50eb60df7f44edb08ba40e029629c10f6d1b3614fa9fb4842001f3 SHA512 ea0885e025dde104f391ed1cb2458cab7924cdc7ea3b7462837e340c741d5e09086d517853987700ff6613c5d93fd30565554e653196c44b8a5084767b8c6215
MISC metadata.xml 326 BLAKE2B 891071bd7c3dad3fa3fc93e14ae0a698bd139716db3f2669d7445415a6a24cb5b4473eb3a81074f4efa080be6d32f9141811c6f23a9f9e6310c79976fab47ce2 SHA512 501b084afb50bfdcd4a18fd9ad3e14d394fb6e7c33c6afb41c61345413dd976b5b56af25b4b77e1e43fddabedd152efe8dfd5310a0c2d5d05fd8dc57eb4a6d18
diff --git a/dev-python/python-oembed/python-oembed-0.2.4.ebuild b/dev-python/python-oembed/python-oembed-0.2.4.ebuild
index 28f9e2e50384..474d5968685b 100644
--- a/dev-python/python-oembed/python-oembed-0.2.4.ebuild
+++ b/dev-python/python-oembed/python-oembed-0.2.4.ebuild
@@ -7,13 +7,16 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="A Python library that implements an OEmbed consumer"
-HOMEPAGE="https://pypi.python.org/pypi/python-oembed"
+HOMEPAGE="https://pypi.org/project/python-oembed"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+# all tests access network, also assume that localhost will have
+# no HTTP server running (which is extremely silly)
+RESTRICT="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"