mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
dnspython: remove in gentoo's favour
This commit is contained in:
parent
50c93b0f0b
commit
c05f7f3d88
3 changed files with 0 additions and 78 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST dnspython-1.16.0_pre20180801.tar.gz 182538 BLAKE2B 3a472091fccc4f37d65681727643677472837fd6be0c4fd6aaa13afd1fd4362eb27a5ba4ff6babca46fe15c2f5318ddbba22ce058b522f763baa797e1e2d1ab9 SHA512 67d17ab7cb48c370c3c2dd5cb935eec5ab7e3ac0c912e179931f395899ad186ba869edd8b870c043ba9fb3545bace18549d2a377f2ae2c278660fc488e68a20d
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -1,27 +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>
|
||||
<longdescription>
|
||||
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.
|
||||
</longdescription>
|
||||
<longdescription lang="ja">
|
||||
DNSPythonはPython言語用のDNSツールキットです。ほとんどのレコード・タイプをサポー
|
||||
トします。クエリー、ゾーン・トランスファー、ダイナミック・アップデートができます
|
||||
。TSTGメッセージ認証とEDNS0をサポートします。DNSPythonは高水準でのアクセスと低水
|
||||
準でのアクセスの両方を提供します。高水準ではネーム、タイプ、クラスでクエリーを行
|
||||
い、その戻り値を使います。低水準はゾーン、メッセージ、ネーム、レコードを直接操作
|
||||
します。
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="pypi">dnspython</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue