diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest deleted file mode 100644 index dbfcca761..000000000 --- a/dev-python/dnspython/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dnspython-1.16.0_pre20180801.tar.gz 182538 BLAKE2B 3a472091fccc4f37d65681727643677472837fd6be0c4fd6aaa13afd1fd4362eb27a5ba4ff6babca46fe15c2f5318ddbba22ce058b522f763baa797e1e2d1ab9 SHA512 67d17ab7cb48c370c3c2dd5cb935eec5ab7e3ac0c912e179931f395899ad186ba869edd8b870c043ba9fb3545bace18549d2a377f2ae2c278660fc488e68a20d diff --git a/dev-python/dnspython/dnspython-1.16.0_pre20180801.ebuild b/dev-python/dnspython/dnspython-1.16.0_pre20180801.ebuild deleted file mode 100644 index 06b25505e..000000000 --- a/dev-python/dnspython/dnspython-1.16.0_pre20180801.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{5,6} ) - -inherit distutils-r1 - -DESCRIPTION="DNS toolkit for Python" -HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython" -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" -#EGIT_REPO_URI="https://github.com/rthalley/dnspython.git" -#EGIT_COMMIT="be7e71e54a6edc87ead1b15af8981b8921e0e83d" -HASH_COMMIT="be7e71e54a6edc87ead1b15af8981b8921e0e83d" -SRC_URI="https://github.com/rthalley/dnspython/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" - -IUSE="examples test" - -RDEPEND="dev-python/idna[${PYTHON_USEDEP}] - dev-python/ecdsa[${PYTHON_USEDEP}] - dev-python/pycryptodome[${PYTHON_USEDEP}] - !dev-python/pycrypto - !dev-python/dnspython:py2 - !dev-python/dnspython:py3" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - app-arch/unzip" - -# For testsuite -DISTUTILS_IN_SOURCE_BUILD=1 - -S="${WORKDIR}/${PN}-${HASH_COMMIT}" - -python_test() { - cd tests || die - "${PYTHON}" utest.py || die "tests failed under ${EPYTHON}" - einfo "Testsuite passed under ${EPYTHON}" -} - -python_install_all() { - distutils-r1_python_install_all - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi -} diff --git a/dev-python/dnspython/metadata.xml b/dev-python/dnspython/metadata.xml deleted file mode 100644 index e990a706f..000000000 --- a/dev-python/dnspython/metadata.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - python@gentoo.org - Python - - -dnspython is a DNS toolkit for Python. It supports almost all of the record -types. It can be used for queries, zone transfers, and dynamic updates. It -supports TSIG authenticated messages and EDNS0. dnspython provides both high -and low level access to DNS. The high level classes perform queries for data -of a given name, type, and class, and return an answer set. The low level -classes allow direct manipulation of DNS zones, messages, names, and records. - - -DNSPythonはPython言語用のDNSツールキットです。ほとんどのレコード・タイプをサポー -トします。クエリー、ゾーン・トランスファー、ダイナミック・アップデートができます -。TSTGメッセージ認証とEDNS0をサポートします。DNSPythonは高水準でのアクセスと低水 -準でのアクセスの両方を提供します。高水準ではネーム、タイプ、クラスでクエリーを行 -い、その戻り値を使います。低水準はゾーン、メッセージ、ネーム、レコードを直接操作 -します。 - - - dnspython - -