mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
asn1crypto-1.4.0.ebuild
This commit is contained in:
parent
2f3d724b0d
commit
3398bb74d1
4 changed files with 6 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
DIST asn1crypto-1.3.0.gh.tar.gz 670595 BLAKE2B 305a88b727d9d61a0b5072ad7727573ada794f69e9b90987e37bc1266949691b8cae5445e0af39b1ebef5f84a76aeb9c44ef25a7201f2a0930bddd32fd6cbfa9 SHA512 822eb3b7d2d73383f271d3c2c3eeff7353b3869cdec31166f0b6ce4751271843c41b136abbf5829ce9de82f8ec49121e8aac21ed84d795976706243dbc1200ea
|
||||
DIST asn1crypto-1.4.0.gh.tar.gz 672812 BLAKE2B 7545d424c244c04c2639df45e0bb56c50de95d0a7ee1e56933720dd7215c2be2608ac7889e2e901785592592e9ac6cb116fff3cd00536903c392a9e3912fc08a SHA512 989e4e0650252c29477d71263549b99f2c51c87f0768c20264b3de65f32edd8e7922e8af23bb1a7e29567a4ad8c4c5d596cdf7db3c766352c7f19d4f93361cd0
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
|
||||
PYTHON_COMPAT=( python3_{6..8} pypy3 )
|
||||
PYTHON_REQ_USE="threads(+)"
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
@ -15,12 +15,12 @@ SRC_URI="https://github.com/wbond/asn1crypto/archive/${PV}.tar.gz -> ${P}.gh.tar
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
|
|
@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
|
|
|
|||
|
|
@ -431,7 +431,6 @@ dev-python/pdfkit
|
|||
dev-python/whitenoise
|
||||
dev-python/shelljob
|
||||
dev-python/oscrypto
|
||||
dev-python/asn1crypto
|
||||
dev-python/apkid
|
||||
dev-python/http-tools
|
||||
dev-python/IP2Location
|
||||
|
|
@ -463,7 +462,6 @@ dev-python/asciitree
|
|||
dev-python/minidump
|
||||
dev-python/winacl
|
||||
dev-python/aiocmd
|
||||
dev-python/asysocks
|
||||
|
||||
#wifipumpkin3
|
||||
dev-python/isc_dhcp_leases
|
||||
|
|
|
|||
Loading…
Reference in a new issue