mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
New package: python-stevedore-0.15 with 3.4 subpkg
Manage dynamic plugins for Python applications.
This commit is contained in:
parent
5e021fc2e9
commit
751482d001
2 changed files with 30 additions and 0 deletions
29
srcpkgs/python-stevedore/template
Normal file
29
srcpkgs/python-stevedore/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'python-stevedore'
|
||||||
|
pkgname=python-stevedore
|
||||||
|
version=0.15
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
makedepends="python-devel python3.4-devel python-pbr python3.4-pbr"
|
||||||
|
depends="python"
|
||||||
|
pycompile_module="stevedore"
|
||||||
|
short_desc="Manage dynamic plugins for Python2 applications"
|
||||||
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
homepage="https://git.openstack.org/cgit/openstack/stevedore"
|
||||||
|
license="Apache-2.0"
|
||||||
|
distfiles="https://pypi.python.org/packages/source/s/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
||||||
|
checksum=bec9269cbfa58de4f0849ec79bb7d54eeeed9df8b5fbfa1637fbc68062822847
|
||||||
|
|
||||||
|
python3.4-stevedore_package() {
|
||||||
|
noarch=yes
|
||||||
|
depends="python3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="stevedore"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-stevedore
Symbolic link
1
srcpkgs/python3.4-stevedore
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-stevedore
|
Loading…
Add table
Reference in a new issue