diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/disqus-python |
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-python/disqus-python')
-rw-r--r-- | dev-python/disqus-python/Manifest | 5 | ||||
-rw-r--r-- | dev-python/disqus-python/disqus-python-0.4.2.ebuild | 28 | ||||
-rw-r--r-- | dev-python/disqus-python/metadata.xml | 16 |
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-python/disqus-python/Manifest b/dev-python/disqus-python/Manifest new file mode 100644 index 000000000000..d350f6cf18a6 --- /dev/null +++ b/dev-python/disqus-python/Manifest @@ -0,0 +1,5 @@ +DIST disqus-python-0.4.2.tar.gz 9751 SHA256 aac773ab21fdea9e525de3e43bab6714899575f8fdccb70d31688fe6bc68020f SHA512 ad55c5d95ff9b382a187cfa13b2cc41ec8e90acb6378ebe11a32fc2dc7b125e3e9ebd94d8f24d686f56e87808cda7642d1356c1dfa1e4b7f5d7e1ee9e7875b0a WHIRLPOOL fcb3bd9ec7bdefc338ab7a60b60f0841a2ec591b9a907b52c0f61be0e3f168e004ca6d9b91b71bedd28f44ea37e24a6e7b6ca063abc23c03bcd0f2e120c0e36b +EBUILD disqus-python-0.4.2.ebuild 658 SHA256 ed552e1a606bb37609532c17a0239a832dfbf23ff68d97c457cc3c5f58c733b6 SHA512 b6941631eba5cf1711bf5709355a105957a0c982113aef3e6e42ec74816e5fa7ec85bc4fd7389a982dc7da7ea103d4afb26ad873f22753e9692826fc60903acd WHIRLPOOL ca9a113d78cce95b361866f61a5743b8812694414fe868ce37c54f35e526858ceddf1ada79d4cef28fd6b83e57b41e494394529f02d7ca6fe49dc7db6cfcdb68 +MISC ChangeLog 2447 SHA256 c7e538f782984681a979918be8c820ca554e2439139fb53780acb8f2d65e3f76 SHA512 a89e8207414306d01ab437127ec47faf6f28661cb73162fda330d4bd89cc2bfd01b267177785691d4a0b35454866815b929b1803e0384af61567ed39dad24736 WHIRLPOOL d144dc3b552057bccd30a78531790dd46b1707d946a9847a2b8d2510ae341210076c923f3831a90e1c43dd35b3d44bf2145b764677782e15195a66ddb7eb0e73 +MISC ChangeLog-2015 877 SHA256 1dede190a4177ed15dcc3d0dc6f501888f9f9e08548e2f80564af01301ee787d SHA512 90c7e98e5398f6310cac6e90762ea321ee788b8455fa090e56157a6bd02026274bc1edcda730c5c5b66f6cc3b45fd9da7b5fe0a3b79b06c2c70a7e3b8cbf9207 WHIRLPOOL d51e7f94afd23aaa72b5fe87277c2e99ee9d3b7170b1dc15f66508f28f294086622570718c05e1b12f0e35e565028886800e429ebf58d8d2a7c2bb6b6434ebbe +MISC metadata.xml 501 SHA256 df43837b4034ea10777daf155b34f3ff5bfbf22942478f19dfa7abb9ec463a63 SHA512 ec25e4c639d55963c3caf191f808a797c220e4c79f98f2283dc322c0b144a41e89937dfb723a106838c5e420f86b74e57fa153d855545d67345147b37ec143aa WHIRLPOOL 334dd015c25aaffb94aa0d4f7543092f87c5b0b80f869d6383153a123aef98fbb34ea789ee13a0b7a0110e4bfd8ce461c4b929d16b92975b169299378072c28d diff --git a/dev-python/disqus-python/disqus-python-0.4.2.ebuild b/dev-python/disqus-python/disqus-python-0.4.2.ebuild new file mode 100644 index 000000000000..457a583e5641 --- /dev/null +++ b/dev-python/disqus-python/disqus-python-0.4.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="Python client library for accessing the disqus.com API" +HOMEPAGE="https://github.com/disqus/disqus-python" +SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="amd64 x86" +IUSE="test" + +DEPEND="dev-python/nose[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/mock[${PYTHON_USEDEP}] + )" +RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]" + +python_test() { + "${EPYTHON}" "${S}/disqusapi/tests.py" || die +} diff --git a/dev-python/disqus-python/metadata.xml b/dev-python/disqus-python/metadata.xml new file mode 100644 index 000000000000..303b73aa52c5 --- /dev/null +++ b/dev-python/disqus-python/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ercpe@gentoo.org</email> + <name>Johann Schmitz</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="github">disqus/disqus-python</remote-id> + <remote-id type="pypi">disqus-python</remote-id> + </upstream> +</pkgmetadata> |