python-voluptuous: drop package
This commit is contained in:
parent
f89fe3e5d9
commit
6b17e78f72
2 changed files with 7 additions and 20 deletions
|
@ -1 +0,0 @@
|
||||||
python-voluptuous
|
|
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'python-voluptuous'
|
# Template file for 'python3-voluptuous'
|
||||||
pkgname=python-voluptuous
|
pkgname=python3-voluptuous
|
||||||
version=0.11.5
|
version=0.11.5
|
||||||
revision=3
|
revision=4
|
||||||
archs=noarch
|
|
||||||
wrksrc="voluptuous-${version}"
|
wrksrc="voluptuous-${version}"
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
pycompile_module="voluptuous"
|
hostmakedepends="python3-setuptools"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
depends="python3"
|
||||||
depends="python"
|
short_desc="Python3 data validation library"
|
||||||
short_desc="Python2 data validation library"
|
|
||||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/alecthomas/voluptuous"
|
homepage="https://github.com/alecthomas/voluptuous"
|
||||||
|
@ -20,13 +18,3 @@ post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
chmod o+r -R ${DESTDIR}/usr/lib
|
chmod o+r -R ${DESTDIR}/usr/lib
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-voluptuous_package() {
|
|
||||||
depends="python3"
|
|
||||||
pycompile_module="voluptuous"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense COPYING
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue