mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
New package: python3-jaraco-1.0
This commit is contained in:
parent
b139a12677
commit
73dd9b89d9
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-jaraco/template
Normal file
17
srcpkgs/python3-jaraco/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'python3-jaraco'
|
||||||
|
pkgname=python3-jaraco
|
||||||
|
version=1.0
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
create_wrksrc=yes
|
||||||
|
short_desc="Namespace package declaration for jaraco (Python3)"
|
||||||
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
|
license="Public Domain"
|
||||||
|
homepage="https://www.voidlinux.org/"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir ${py3_sitelib}/jaraco
|
||||||
|
cat > ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py <<-EOF
|
||||||
|
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||||
|
EOF
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue