python-pgpdump: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
344767f968
commit
93b6a561d0
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'python-pgpdump'
|
# Template file for 'python-pgpdump'
|
||||||
pkgname=python-pgpdump
|
pkgname=python-pgpdump
|
||||||
version=1.5
|
version=1.5
|
||||||
revision=3
|
revision=4
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
|
||||||
pycompile_module="pgpdump"
|
pycompile_module="pgpdump"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Python2 library for parsing PGP packets"
|
short_desc="Python2 library for parsing PGP packets"
|
||||||
maintainer="Duncaen <mail@duncano.de>"
|
maintainer="Duncaen <mail@duncano.de>"
|
||||||
|
@ -15,13 +14,19 @@ homepage="https://github.com/toofishes/python-pgpdump"
|
||||||
distfiles="https://github.com/toofishes/python-pgpdump/archive/${version}.tar.gz"
|
distfiles="https://github.com/toofishes/python-pgpdump/archive/${version}.tar.gz"
|
||||||
checksum=05383f66e467e855299d1ed51161c6038ac338d9d10bd33476b574dc3bef64ff
|
checksum=05383f66e467e855299d1ed51161c6038ac338d9d10bd33476b574dc3bef64ff
|
||||||
|
|
||||||
python3.4-pgpdump_package() {
|
python3-pgpdump_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3"
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="pgpdump"
|
pycompile_module="pgpdump"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
replaces="python3.4-pgpdump>=0"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
python3.4-pgpdump_package() {
|
||||||
|
noarch=yes
|
||||||
|
build_style=meta
|
||||||
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||||
|
depends="python3-pgpdump>=${version}_${revision}"
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
python-pgpdump
|
Loading…
Reference in New Issue