diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2014-06-12 03:06:08 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2014-06-12 03:06:08 +0000 |
commit | f20c7b9e4cccb6d0b3bb2907d24ce7cbe81d6b3f (patch) | |
tree | b92667819cfe50d4a9c3087592facdbacff802e7 /dev-python/pyoembed | |
parent | Remove unneeded useflag description from metadata.xml (diff) | |
download | gentoo-2-f20c7b9e4cccb6d0b3bb2907d24ce7cbe81d6b3f.tar.gz gentoo-2-f20c7b9e4cccb6d0b3bb2907d24ce7cbe81d6b3f.tar.bz2 gentoo-2-f20c7b9e4cccb6d0b3bb2907d24ce7cbe81d6b3f.zip |
initial commit
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/pyoembed')
-rw-r--r-- | dev-python/pyoembed/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/pyoembed/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pyoembed/metadata.xml | 18 | ||||
-rw-r--r-- | dev-python/pyoembed/pyoembed-0.1.ebuild | 36 | ||||
-rw-r--r-- | dev-python/pyoembed/pyoembed-9999.ebuild | 36 |
5 files changed, 104 insertions, 0 deletions
diff --git a/dev-python/pyoembed/ChangeLog b/dev-python/pyoembed/ChangeLog new file mode 100644 index 000000000000..eaf8d2e65bec --- /dev/null +++ b/dev-python/pyoembed/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/pyoembed +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyoembed/ChangeLog,v 1.1 2014/06/12 03:06:08 rafaelmartins Exp $ + +*pyoembed-9999 (12 Jun 2014) +*pyoembed-0.1 (12 Jun 2014) + + 12 Jun 2014; Rafael G. Martins <rafaelmartins@gentoo.org> +metadata.xml, + +pyoembed-0.1.ebuild, +pyoembed-9999.ebuild: + initial commit diff --git a/dev-python/pyoembed/Manifest b/dev-python/pyoembed/Manifest new file mode 100644 index 000000000000..32ce3a65dbec --- /dev/null +++ b/dev-python/pyoembed/Manifest @@ -0,0 +1,4 @@ +DIST pyoembed-0.1.tar.gz 12764 SHA256 6e9fd950a12f34ec2f94a40bd4b6aca5c09a64bc7df82f27689ebdecb7b7c487 SHA512 539aa9c45c4a65a9605e1a13b59e914bb3bccf8b873b03212f5c90cdb3e4eea8290cfd274a33e6c8cac08210890b69bb52714eae781b79fe9eae5fa3d71e5be7 WHIRLPOOL 68260b017ace054c2011d9ced26b246a1cd7af0d722ee74aa5ce50257aeb53c38aaf8bb91f928249ef05409b632ae15dbdda004a8070fc788894c98377c11089 +EBUILD pyoembed-0.1.ebuild 812 SHA256 8ac521b6169f8ad8fcfa5431ef0d1f8f6459ba9a7fd2dde420ef647703fb5af8 SHA512 f55d873199dc112e96a107221ab27e8853769ab093fe75e7f7f8661bdb67002be3d1d5471850b8a0a9a82646a8f3290ca2b13b891ff1f6180d39651cf8660ae2 WHIRLPOOL 94a0c6b5f643080988bec3bb3d579e66965996b003aa27d7cfe54f928eed728002a563876d25eb84b45cd4953f9f133ed812ed0f6eddd971245b1444c125e132 +EBUILD pyoembed-9999.ebuild 812 SHA256 8ac521b6169f8ad8fcfa5431ef0d1f8f6459ba9a7fd2dde420ef647703fb5af8 SHA512 f55d873199dc112e96a107221ab27e8853769ab093fe75e7f7f8661bdb67002be3d1d5471850b8a0a9a82646a8f3290ca2b13b891ff1f6180d39651cf8660ae2 WHIRLPOOL 94a0c6b5f643080988bec3bb3d579e66965996b003aa27d7cfe54f928eed728002a563876d25eb84b45cd4953f9f133ed812ed0f6eddd971245b1444c125e132 +MISC metadata.xml 580 SHA256 f7cf328cb9190e133f23e36514ed919dacd0f64292ad74c6cd74951d9021c615 SHA512 34dfcc45f56f1a39c3ee724703da8a1fa1e0628ca6629504b2a4c198fd76e46baa520b03236d3502f636c63fa7c24cc8541130fe816375e8cdfbc73e5537f536 WHIRLPOOL 7d6dcb83c514ef9b31b40f6c53ef38b909d273af31911a7af6e7f32957994873ca5a1c72d6b4e3edc641492d3cb40234d66afc09aa3ed80f000743d05fd9820e diff --git a/dev-python/pyoembed/metadata.xml b/dev-python/pyoembed/metadata.xml new file mode 100644 index 000000000000..1636ee599a5b --- /dev/null +++ b/dev-python/pyoembed/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <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> + </upstream> +</pkgmetadata> diff --git a/dev-python/pyoembed/pyoembed-0.1.ebuild b/dev-python/pyoembed/pyoembed-0.1.ebuild new file mode 100644 index 000000000000..c338e6e767f5 --- /dev/null +++ b/dev-python/pyoembed/pyoembed-0.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyoembed/pyoembed-0.1.ebuild,v 1.1 2014/06/12 03:06:08 rafaelmartins Exp $ + +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="git://github.com/rafaelmartins/pyoembed.git + 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..43d91fb2695b --- /dev/null +++ b/dev-python/pyoembed/pyoembed-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyoembed/pyoembed-9999.ebuild,v 1.1 2014/06/12 03:06:08 rafaelmartins Exp $ + +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="git://github.com/rafaelmartins/pyoembed.git + 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 +} |