New package: python-zope.component-4.2.2
This commit is contained in:
parent
17555bcac1
commit
4adf82158a
2 changed files with 34 additions and 0 deletions
33
srcpkgs/python-zope.component/template
Normal file
33
srcpkgs/python-zope.component/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'python-zope.component'
|
||||||
|
pkgname=python-zope.component
|
||||||
|
version=4.2.2
|
||||||
|
revision=1
|
||||||
|
_distname=zope.component
|
||||||
|
wrksrc="${_distname}-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="zope"
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
pycompile_version="2.7"
|
||||||
|
noarch=yes
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
short_desc="The Python2 core of the Zope Component Architecture"
|
||||||
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
|
license="ZPL-2.1"
|
||||||
|
homepage="https://github.com/zopefoundation/zope.component"
|
||||||
|
distfiles="${PYPI_SITE}/$(printf %.1s $_distname)/${_distname}/${_distname}-${version}.tar.gz"
|
||||||
|
checksum=282c112b55dd8e3c869a3571f86767c150ab1284a9ace2bdec226c592acaf81a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
||||||
|
|
||||||
|
python3.4-zope.component_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="${depends/python-/python3.4-}"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-zope.component
Symbolic link
1
srcpkgs/python3.4-zope.component
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-zope.component
|
Loading…
Reference in a new issue