diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/dingus | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/dingus')
-rw-r--r-- | dev-python/dingus/Manifest | 3 | ||||
-rw-r--r-- | dev-python/dingus/dingus-0.3.4-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-python/dingus/metadata.xml | 11 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/dingus/Manifest b/dev-python/dingus/Manifest new file mode 100644 index 000000000000..c1387c315b08 --- /dev/null +++ b/dev-python/dingus/Manifest @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..ee8118b58f18 --- /dev/null +++ b/dev-python/dingus/dingus-0.3.4-r1.ebuild @@ -0,0 +1,24 @@ +# 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 new file mode 100644 index 000000000000..40e1585aee2b --- /dev/null +++ b/dev-python/dingus/metadata.xml @@ -0,0 +1,11 @@ +<?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> |