python-setproctitle: drop package
This commit is contained in:
parent
3926ccff89
commit
f916c797f5
3 changed files with 18 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
|||
# Template file for 'python-setproctitle'
|
||||
pkgname=python-setproctitle
|
||||
version=1.1.10
|
||||
revision=6
|
||||
wrksrc="setproctitle-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
short_desc="Python2 library to allow customization of the process title"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
homepage="https://github.com/dvarrazzo/py-setproctitle"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/s/setproctitle/setproctitle-${version}.tar.gz"
|
||||
checksum=6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398
|
||||
|
||||
post_install() {
|
||||
vlicense COPYRIGHT LICENSE
|
||||
}
|
||||
|
||||
python3-setproctitle_package() {
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vlicense COPYRIGHT LICENSE
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-setproctitle
|
18
srcpkgs/python3-setproctitle/template
Normal file
18
srcpkgs/python3-setproctitle/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-setproctitle'
|
||||
pkgname=python3-setproctitle
|
||||
version=1.1.10
|
||||
revision=7
|
||||
wrksrc="setproctitle-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
short_desc="Python3 library to allow customization of the process title"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/dvarrazzo/py-setproctitle"
|
||||
distfiles="${PYPI_SITE}/s/setproctitle/setproctitle-${version}.tar.gz"
|
||||
checksum=6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398
|
||||
|
||||
post_install() {
|
||||
vlicense COPYRIGHT LICENSE
|
||||
}
|
Loading…
Reference in a new issue