mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
parent
f77fe6ab10
commit
26fbc39c4f
2 changed files with 32 additions and 0 deletions
31
srcpkgs/python-pluggy/template
Normal file
31
srcpkgs/python-pluggy/template
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# Template file for 'python-pluggy'
|
||||||
|
pkgname=python-pluggy
|
||||||
|
version=0.6.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname/python-//}-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="pluggy"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python"
|
||||||
|
short_desc="Minimalist production ready python2 plugin system"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/pytest-dev/pluggy"
|
||||||
|
distfiles="https://github.com/pytest-dev/pluggy/archive/${version}.tar.gz"
|
||||||
|
checksum=2dcdf93b644ebbd40c1679dec551b289aa502e77100af4153175ada9cac5d4ff
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
python3-pluggy_package() {
|
||||||
|
noarch=yes
|
||||||
|
pycompile_module="pluggy"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="${short_desc/python2/python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-pluggy
Symbolic link
1
srcpkgs/python3-pluggy
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-pluggy
|
Loading…
Add table
Reference in a new issue