python-vobject: drop package
This commit is contained in:
parent
6b17e78f72
commit
f9080f32f7
3 changed files with 15 additions and 35 deletions
|
@ -1,34 +0,0 @@
|
|||
# Template file for 'python-vobject'
|
||||
pkgname=python-vobject
|
||||
version=0.9.6.1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="vobject-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="vobject"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools python-dateutil python-six"
|
||||
short_desc="Python2 package for parsing and creating iCalendar and vCard files"
|
||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://eventable.github.io/vobject"
|
||||
distfiles="${PYPI_SITE}/v/vobject/vobject-${version}.tar.gz"
|
||||
checksum=96512aec74b90abb71f6b53898dd7fe47300cc940104c4f79148f0671f790101
|
||||
|
||||
alternatives="
|
||||
vobject:change_tz:/usr/bin/change_tz2
|
||||
vobject:ics_diff:/usr/bin/ics_diff2"
|
||||
|
||||
python3-vobject_package() {
|
||||
archs=noarch
|
||||
pycompile_module="vobject"
|
||||
depends="python3-setuptools python3-dateutil python3-six"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="
|
||||
vobject:change_tz:/usr/bin/change_tz3
|
||||
vobject:ics_diff:/usr/bin/ics_diff3"
|
||||
pkg_install() {
|
||||
vmove usr/bin/*3
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-vobject
|
15
srcpkgs/python3-vobject/template
Normal file
15
srcpkgs/python3-vobject/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'python3-vobject'
|
||||
pkgname=python3-vobject
|
||||
version=0.9.6.1
|
||||
revision=3
|
||||
wrksrc="vobject-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-dateutil python3-six"
|
||||
short_desc="Python3 package for parsing and creating iCalendar and vCard files"
|
||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://eventable.github.io/vobject"
|
||||
distfiles="${PYPI_SITE}/v/vobject/vobject-${version}.tar.gz"
|
||||
checksum=96512aec74b90abb71f6b53898dd7fe47300cc940104c4f79148f0671f790101
|
||||
conflicts="python-vobject>=0"
|
Loading…
Reference in a new issue