python-setproctitle: update to 1.1.8; add python3.4 subpkg
No python file to be byte-compiled at post-install time. Only .so library.
This commit is contained in:
parent
128ecd2e12
commit
7889075b35
2 changed files with 17 additions and 8 deletions
|
@ -1,16 +1,24 @@
|
||||||
# Template file for 'python-setproctitle'
|
# Template file for 'python-setproctitle'
|
||||||
pkgname=python-setproctitle
|
pkgname=python-setproctitle
|
||||||
version=1.1.6
|
version=1.1.8
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="setproctitle-${version}"
|
wrksrc="setproctitle-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel"
|
python_versions="2.7 3.4"
|
||||||
makedepends="python-devel"
|
hostmakedepends="python-devel python3.4-devel"
|
||||||
|
makedepends="${hostmakedepends}"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="setproctitle"
|
short_desc="Python2 library to allow customization of the process title"
|
||||||
short_desc="A library to allow customization of the process title"
|
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://code.google.com/p/py-setproctitle/"
|
homepage="http://code.google.com/p/py-setproctitle/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://pypi.python.org/packages/source/s/setproctitle/setproctitle-${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/s/setproctitle/setproctitle-${version}.tar.gz"
|
||||||
checksum=f2926abd47803e288f665401268a9950961be734e981035bde9acb4af80a032d
|
checksum=b564cf6488217c7a4632a9fe646fc3a3bea2f9712b4e667e9632b870d1a58211
|
||||||
|
|
||||||
|
python3.4-setproctitle_package() {
|
||||||
|
depends="python3.4"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3.4-setproctitle
Symbolic link
1
srcpkgs/python3.4-setproctitle
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-setproctitle
|
Loading…
Add table
Add a link
Reference in a new issue