summaryrefslogtreecommitdiff
path: root/dev-python/pyoembed
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/pyoembed
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/pyoembed')
-rw-r--r--dev-python/pyoembed/Manifest4
-rw-r--r--dev-python/pyoembed/metadata.xml19
-rw-r--r--dev-python/pyoembed/pyoembed-0.1.1.ebuild35
-rw-r--r--dev-python/pyoembed/pyoembed-9999.ebuild35
4 files changed, 0 insertions, 93 deletions
diff --git a/dev-python/pyoembed/Manifest b/dev-python/pyoembed/Manifest
deleted file mode 100644
index fb94953ad6d0..000000000000
--- a/dev-python/pyoembed/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST pyoembed-0.1.1.tar.gz 12941 BLAKE2B 0a3a5935e599450441e661b124034be36a0d3c529b936d9a8cacf997870d83f89a2d067f250902043efd07a44b56a7b3e10524dcf51dea603a033ece47200c23 SHA512 6ce7ec87082179c0f35dffe67f7ce91b71c40c57ed6bf7bd0ecd2ce654fbd1ab0c6f6469cbfb4e0a8dafc970bf496ffbc57f09838cf575e0becf7527553de63e
-EBUILD pyoembed-0.1.1.ebuild 776 BLAKE2B 61f069560ce208e3226c6454d972e81e4fcc35e2086cfd0d6d19c00fd8323fd81820f402a5b555db7cfa86c96d0efd943c27a7b29fd92f9dd8f364daffa9faaa SHA512 c1a6eeac8aaba5a697233823be3aa914d8ec4f7c1d639101e6f4c0e6c469c5681f7f31903fc973a0a3349ff0a9e9e53ac340dd1aa5ab240819df127dfdc108ff
-EBUILD pyoembed-9999.ebuild 776 BLAKE2B 61f069560ce208e3226c6454d972e81e4fcc35e2086cfd0d6d19c00fd8323fd81820f402a5b555db7cfa86c96d0efd943c27a7b29fd92f9dd8f364daffa9faaa SHA512 c1a6eeac8aaba5a697233823be3aa914d8ec4f7c1d639101e6f4c0e6c469c5681f7f31903fc973a0a3349ff0a9e9e53ac340dd1aa5ab240819df127dfdc108ff
-MISC metadata.xml 656 BLAKE2B 955e14f70cc8b4c92a51d362931dc8efb23a0ef24ee6616857456e8eda68ae4e8cc2ffff6bc1ab9eabb141786d158243ee40c211683e181b4321e09d1d53e2f9 SHA512 65a38eadbd1450933b37c210be72d594943761bf0fa543e20e9364e97d8e14ec3722906c653842fb1ea47fdbd58851a208cfd124630afad2e25f00d74e585bd5
diff --git a/dev-python/pyoembed/metadata.xml b/dev-python/pyoembed/metadata.xml
deleted file mode 100644
index 20911663d8b3..000000000000
--- a/dev-python/pyoembed/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>rafaelmartins@gentoo.org</email>
- <name>Rafael G. Martins</name>
- </maintainer>
- <longdescription lang="en">
- A Python library for oEmbed that supports auto-discovered and manually included providers.
- </longdescription>
- <upstream>
- <maintainer status="active">
- <email>rafaelmartins@gentoo.org</email>
- <name>Rafael G. Martins</name>
- </maintainer>
- <remote-id type="pypi">pyoembed</remote-id>
- <remote-id type="github">rafaelmartins/pyoembed</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pyoembed/pyoembed-0.1.1.ebuild b/dev-python/pyoembed/pyoembed-0.1.1.ebuild
deleted file mode 100644
index 0a74596a4f4d..000000000000
--- a/dev-python/pyoembed/pyoembed-0.1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for oEmbed with auto-discovered and manually added providers"
-HOMEPAGE="https://github.com/rafaelmartins/pyoembed"
-
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-if [[ ${PV} = *9999* ]]; then
- SRC_URI=
- KEYWORDS=
- EGIT_REPO_URI="https://github.com/rafaelmartins/pyoembed.git"
- inherit git-r3
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/pyoembed/pyoembed-9999.ebuild b/dev-python/pyoembed/pyoembed-9999.ebuild
deleted file mode 100644
index 0a74596a4f4d..000000000000
--- a/dev-python/pyoembed/pyoembed-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for oEmbed with auto-discovered and manually added providers"
-HOMEPAGE="https://github.com/rafaelmartins/pyoembed"
-
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-if [[ ${PV} = *9999* ]]; then
- SRC_URI=
- KEYWORDS=
- EGIT_REPO_URI="https://github.com/rafaelmartins/pyoembed.git"
- inherit git-r3
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-python_test() {
- esetup.py test
-}