python-pgpdump: remove package
This commit is contained in:
parent
713f4cbc66
commit
79bed22d53
|
@ -1,25 +0,0 @@
|
|||
# Template file for 'python-pgpdump'
|
||||
pkgname=python-pgpdump
|
||||
version=1.5
|
||||
revision=10
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 library for parsing PGP packets"
|
||||
maintainer="Duncaen <mail@duncano.de>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/toofishes/python-pgpdump"
|
||||
distfiles="https://github.com/toofishes/python-pgpdump/archive/${version}.tar.gz"
|
||||
checksum=05383f66e467e855299d1ed51161c6038ac338d9d10bd33476b574dc3bef64ff
|
||||
|
||||
post_install() {
|
||||
vlicense COPYRIGHT
|
||||
}
|
||||
|
||||
python3-pgpdump_package() {
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-pgpdump
|
|
@ -278,6 +278,7 @@ replaces="
|
|||
python-matplotlib<=2.2.4_2
|
||||
python-netifaces<=0.10.9_3
|
||||
python-nose<=1.3.7_7
|
||||
python-pgpdump<=1.5_10
|
||||
python-pivy<=0.6.4_2
|
||||
python-pycryptodome<=3.9.7_3
|
||||
python-pydns<=2.3.6_4
|
||||
|
@ -300,6 +301,7 @@ replaces="
|
|||
python3-grako<=3.99.9_7
|
||||
python3-idna-ssl<=1.1.0_3
|
||||
python3-keepalive<=0.5_6
|
||||
python3-pgpdump<=1.5_10
|
||||
python3-pyPEG2<=2.15.2_7
|
||||
python3-pyenet<=5.15.0_2
|
||||
python3-pyside-phonon<=5.15.0_2
|
||||
|
|
Loading…
Reference in New Issue