mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
dnslib-0.9.22.ebuild
This commit is contained in:
parent
992cdeeb64
commit
8884b1bca4
2 changed files with 7 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST dnslib-0.9.16.tar.gz 73469 BLAKE2B 1bf8fb03de59427fe30b1f0e51087bd676b24fe7d09cb885605c80e8dc1ad82c7a5847fa3bbe71ba2681bc44c2b6aabe2c9c19459455729f60d5a2f338559832 SHA512 debe8a68cd88224a42aec3800683e803f8928dfd67645b58e0fd7f74eff6b22bad09a84e7b322c3e19e7aecb7b70ea086a2ab4b3f8d91c11dc3efc6f8b288ff2
|
||||
DIST dnslib-0.9.19.tar.gz 73068 BLAKE2B 95fdcfd1a53ceeecc09b132849c6df200ac3283b5974f56517ff3526dfc90178411b15396803df9b29c10043ed6adf38d77679ed1bb25fc65af3ba26006546f3 SHA512 3b49bfc9e566ecbd648899fe9bb367b7463a1ba4a2b4487ebdf342918dd0bf9e6281fc62e18568164490c0a22f842bedaeffcb61bbeeea0ef75db9d529e6fb46
|
||||
DIST dnslib-0.9.22.tar.gz 76595 BLAKE2B 2b47e8f405e0727ad648f285775c4b1dc67475fc07ccf3572a974ae92759d6902cf82fbd28f8bc7db4433201c78079ef5333e3767d287c73522cf565c012180e SHA512 213b9de33b9feeb01279977db6cc9e3f76264050e8e16799d10fc4289fa67d3e8adcde840761130b7ef90694c96afce0267fa5dfc02ebcd5f7c2aba44129ad4c
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -14,6 +14,11 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
python_test() {
|
||||
./run_tests.sh || die
|
||||
}
|
||||
Loading…
Reference in a new issue