mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
New package: python3-jeepney-0.3.1
This commit is contained in:
parent
95fd13e451
commit
e427574ed5
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-jeepney/template
Normal file
20
srcpkgs/python3-jeepney/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-jeepney'
|
||||||
|
pkgname=python3-jeepney
|
||||||
|
version=0.3.1
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="jeepney-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-setuptools"
|
||||||
|
pycompile_module="jeepney"
|
||||||
|
short_desc="Low-level, pure Python DBus protocol wrapper"
|
||||||
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://pypi.org/project/jeepney/"
|
||||||
|
distfiles="${PYPI_SITE}/j/jeepney/jeepney-${version}.tar.gz"
|
||||||
|
checksum=a6f2aa72e61660248d4d524dfccb6405f17c693b69af5d60dd7f2bab807d907e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue