New package: python-smmap-2.0.1
This commit is contained in:
parent
396ca9340a
commit
6829f82f39
2 changed files with 30 additions and 0 deletions
29
srcpkgs/python-smmap/template
Normal file
29
srcpkgs/python-smmap/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'python-smmap'
|
||||
pkgname=python-smmap
|
||||
version=2.0.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="smmap-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="smmap"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-yaml"
|
||||
short_desc="Sliding memory map manager (Python2)"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
homepage="https://github.com/gitpython-developers/smmap"
|
||||
license="BSD"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=ff3df98fe1874228c5cae8c2cca18bf0122bbd1f8957eb2339f5faa61ffc4081
|
||||
|
||||
python3-smmap_package() {
|
||||
noarch=yes
|
||||
depends="python3-yaml"
|
||||
pycompile_module="smmap"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
1
srcpkgs/python3-smmap
Symbolic link
1
srcpkgs/python3-smmap
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-smmap
|
Loading…
Reference in a new issue