diff options
Diffstat (limited to 'dev-python/pyoembed')
-rw-r--r-- | dev-python/pyoembed/Manifest | 6 | ||||
-rw-r--r-- | dev-python/pyoembed/metadata.xml | 19 | ||||
-rw-r--r-- | dev-python/pyoembed/pyoembed-0.1.1.ebuild | 34 | ||||
-rw-r--r-- | dev-python/pyoembed/pyoembed-9999.ebuild | 34 |
4 files changed, 93 insertions, 0 deletions
diff --git a/dev-python/pyoembed/Manifest b/dev-python/pyoembed/Manifest new file mode 100644 index 000000000000..c6b97e3fad92 --- /dev/null +++ b/dev-python/pyoembed/Manifest @@ -0,0 +1,6 @@ +DIST pyoembed-0.1.1.tar.gz 12941 SHA256 7a50072d8f0e38e9aa586c24fd693f225ccd78936f55fa35c3fed3fadf1b0e13 SHA512 6ce7ec87082179c0f35dffe67f7ce91b71c40c57ed6bf7bd0ecd2ce654fbd1ab0c6f6469cbfb4e0a8dafc970bf496ffbc57f09838cf575e0becf7527553de63e WHIRLPOOL ae3cf3eaf51ea52a1c4349df97fb628b78172bb2bcedcf8d99993c38c5526755a73a921929f5b137a6a2d69a884a540cf69badc8cfcfd872c697e6eb5909f098 +EBUILD pyoembed-0.1.1.ebuild 752 SHA256 24c6a4be8c576cbb34ef1a501be141a28339e86b2a01b2514d5c490516161131 SHA512 c32c70ead9ade63b7e65e36174329ff5bffa632fce01e45230dffc8c0f32ae85dea3a7cb87b2c27b4b163a6d08cd6cbfb63a53380257f03daa9ddcb10640deb4 WHIRLPOOL 07eb734f3a9f12fc712e6b660c086319ddf290802c6026b8d6fbfb3594e854e23fd329cca4bf7427c18193dfde347adb1fad5086c897656e64c0edb7b30aa491 +EBUILD pyoembed-9999.ebuild 752 SHA256 24c6a4be8c576cbb34ef1a501be141a28339e86b2a01b2514d5c490516161131 SHA512 c32c70ead9ade63b7e65e36174329ff5bffa632fce01e45230dffc8c0f32ae85dea3a7cb87b2c27b4b163a6d08cd6cbfb63a53380257f03daa9ddcb10640deb4 WHIRLPOOL 07eb734f3a9f12fc712e6b660c086319ddf290802c6026b8d6fbfb3594e854e23fd329cca4bf7427c18193dfde347adb1fad5086c897656e64c0edb7b30aa491 +MISC ChangeLog 2233 SHA256 2f8bebdfca27181afebbc42f2fb7320a1bd57879359df578efe12f0449ebb4e5 SHA512 89bc57e1ffd58ee92190175ba49634ae7bcd8b71eab8252fbf0d9e72f0153daa5d8e7967a778ab9840062def49b796f1a69c3e31596dbd62b8e7b74ce0c227b5 WHIRLPOOL 58f79b998ec1391c5458b14e424fa7128351dc8f5b3ad4464a911960bfdcf8c556275a6f8fffa6c83973f5fcbab4f9398015fa65e894e939e83242044d000457 +MISC ChangeLog-2015 808 SHA256 caf74a49ebd7b834d98b01249c8faf7b723dd539d20160a4def4f960d814738e SHA512 627df826d0c596c8e7e3928fd9f6b8e02125dd9310ca1f8857d671d49a03ce5b46dd7d2db734dd11b42518b437492143f59472d80c8b12da05905bd38baa0590 WHIRLPOOL 2279766dff884ad94b9dca209723b01ee96cb5c11c80325a739a3f0633dc1a2b82a86cc933bbb56b8d83a6b957d218295bd7db0cc98f75ce545cfbfbde95c116 +MISC metadata.xml 656 SHA256 a3ac295fcf379e68e9abee10bd9760f04f929cefda481178989c105a6a31c488 SHA512 65a38eadbd1450933b37c210be72d594943761bf0fa543e20e9364e97d8e14ec3722906c653842fb1ea47fdbd58851a208cfd124630afad2e25f00d74e585bd5 WHIRLPOOL d80f40227bfe52b80fb0360fd2def217cccf07b0bafd165649b0e2ff724a641eca0db3073354d62daf92a941c8273b2d782d90b6c44acb71fc2aca767be4387c diff --git a/dev-python/pyoembed/metadata.xml b/dev-python/pyoembed/metadata.xml new file mode 100644 index 000000000000..20911663d8b3 --- /dev/null +++ b/dev-python/pyoembed/metadata.xml @@ -0,0 +1,19 @@ +<?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 new file mode 100644 index 000000000000..3b6c54f2f8c2 --- /dev/null +++ b/dev-python/pyoembed/pyoembed-0.1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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" + +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 new file mode 100644 index 000000000000..3b6c54f2f8c2 --- /dev/null +++ b/dev-python/pyoembed/pyoembed-9999.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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" + +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 +} |