summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-01-04 13:16:14 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-01-04 13:16:14 +0300
commitadb836b3001a040e1945adbd2fb68ae6606ca6fc (patch)
tree3768cd6512c4643dc8d1e1c5aede8e8870a7ff31 /dev-python/disqus-python
parentdev-python: remove last-rited pkgs (diff)
downloadgentoo-adb836b3001a040e1945adbd2fb68ae6606ca6fc.tar.gz
gentoo-adb836b3001a040e1945adbd2fb68ae6606ca6fc.tar.bz2
gentoo-adb836b3001a040e1945adbd2fb68ae6606ca6fc.zip
dev-python: remove last-rited pkgs
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/disqus-python')
-rw-r--r--dev-python/disqus-python/Manifest1
-rw-r--r--dev-python/disqus-python/disqus-python-0.4.2.ebuild29
-rw-r--r--dev-python/disqus-python/metadata.xml12
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/disqus-python/Manifest b/dev-python/disqus-python/Manifest
deleted file mode 100644
index 399c1cdf92e9..000000000000
--- a/dev-python/disqus-python/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST disqus-python-0.4.2.tar.gz 9751 BLAKE2B 976b44585696291b217247ca1a673d3aec3f5b87600270a6216d51b3c22cf3cac0cac79c8f25e5a4c07982bf6a1c387c2fcbf57589fe2c6ac93a628e25106e66 SHA512 ad55c5d95ff9b382a187cfa13b2cc41ec8e90acb6378ebe11a32fc2dc7b125e3e9ebd94d8f24d686f56e87808cda7642d1356c1dfa1e4b7f5d7e1ee9e7875b0a
diff --git a/dev-python/disqus-python/disqus-python-0.4.2.ebuild b/dev-python/disqus-python/disqus-python-0.4.2.ebuild
deleted file mode 100644
index 13bfdff7443c..000000000000
--- a/dev-python/disqus-python/disqus-python-0.4.2.ebuild
+++ /dev/null
@@ -1,29 +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 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"
-RESTRICT="!test? ( 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
deleted file mode 100644
index 88317eb4e109..000000000000
--- a/dev-python/disqus-python/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <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>