mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
python-simplegeneric: drop package
This commit is contained in:
parent
926588ab6c
commit
7e97fe5353
3 changed files with 14 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
||||||
# Template file for 'python-simplegeneric'
|
|
||||||
pkgname=python-simplegeneric
|
|
||||||
version=0.8.1
|
|
||||||
revision=4
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="simplegeneric-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="unzip python-setuptools python3-setuptools"
|
|
||||||
depends="python"
|
|
||||||
pycompile_module="simplegeneric.py"
|
|
||||||
short_desc="Simple generic functions for Python2"
|
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
||||||
homepage="https://pypi.org/project/simplegeneric/"
|
|
||||||
license="ZPL"
|
|
||||||
distfiles="${PYPI_SITE}/s/simplegeneric/simplegeneric-${version}.zip"
|
|
||||||
checksum=dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173
|
|
||||||
|
|
||||||
python3-simplegeneric_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3"
|
|
||||||
pycompile_module="simplegeneric.py"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-simplegeneric
|
|
14
srcpkgs/python3-simplegeneric/template
Normal file
14
srcpkgs/python3-simplegeneric/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'python3-simplegeneric'
|
||||||
|
pkgname=python3-simplegeneric
|
||||||
|
version=0.8.1
|
||||||
|
revision=5
|
||||||
|
wrksrc="simplegeneric-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="unzip python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Simple generic functions for Python3"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="ZPL-2.1"
|
||||||
|
homepage="https://pypi.org/project/simplegeneric/"
|
||||||
|
distfiles="${PYPI_SITE}/s/simplegeneric/simplegeneric-${version}.zip"
|
||||||
|
checksum=dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173
|
Loading…
Add table
Reference in a new issue