summaryrefslogtreecommitdiff
path: root/dev-python/dingus
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/dingus')
-rw-r--r--dev-python/dingus/Manifest3
-rw-r--r--dev-python/dingus/dingus-0.3.4-r1.ebuild24
-rw-r--r--dev-python/dingus/metadata.xml11
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/dingus/Manifest b/dev-python/dingus/Manifest
deleted file mode 100644
index c1387c315b08..000000000000
--- a/dev-python/dingus/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST dingus-0.3.4.tar.gz 6202 BLAKE2B 786a31507966ddf3c248b205c9b1c1d48133732cad6ef47654f3eb0d0ccfd7e1e3829f642d5265aa9a501df5538ffb7bce701b27efbb6dce05c9077059964003 SHA512 7fffe0a02037b8e85f4d58fac1b5e59af98a8fc4a298f67bf9cd813b369c469046dfbbdb07965df4aa8ada56de1f097c19ed448d99fc41047f02e5dec701e504
-EBUILD dingus-0.3.4-r1.ebuild 542 BLAKE2B ff50d5a84dab2fe7f11a333c61c116f633bd4fe82b77ffd3b0765b1df0cd39023539639c7a2a64a295129229394c5fbcc414e6413471bd9acfadb320ba02bc59 SHA512 63beb9c9132602120d495310d65ec34e5abe9f3b1d77496cdacebecdf09f83aea4a05f6f0ed32a9ddad5e045f4b1c324ede9846430d32f6321048dc7a26a9d0d
-MISC metadata.xml 319 BLAKE2B 7f78cbf6ec6955beafbf38fba0fd22d7276b5268748551657f54375dae637605d828285fa953ee99b8225a8ce0f7095a02b69c3030563177df4bbaed7cca666f SHA512 536932f1f602daa8324efe7288b378a2ecb6762dc0d9656efd473008352a60b700e368ff5749746f972954c68aaea7e3c9fcd84a234932909d19a31d88a04327
diff --git a/dev-python/dingus/dingus-0.3.4-r1.ebuild b/dev-python/dingus/dingus-0.3.4-r1.ebuild
deleted file mode 100644
index ee8118b58f18..000000000000
--- a/dev-python/dingus/dingus-0.3.4-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A record-then-assert mocking library"
-HOMEPAGE="https://pypi.org/project/dingus/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-python_prepare_all() {
- sed -i -e '/data_files/d' setup.py || die #413769
- distutils-r1_python_prepare_all
-}
diff --git a/dev-python/dingus/metadata.xml b/dev-python/dingus/metadata.xml
deleted file mode 100644
index 40e1585aee2b..000000000000
--- a/dev-python/dingus/metadata.xml
+++ /dev/null
@@ -1,11 +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="pypi">dingus</remote-id>
- </upstream>
-</pkgmetadata>