Merge pull request #3403 from bra1nwave/python-apsw
New package: python-apsw-3.9.2
This commit is contained in:
commit
0ff4e486f5
2 changed files with 29 additions and 0 deletions
28
srcpkgs/python-apsw/template
Normal file
28
srcpkgs/python-apsw/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'python-apsw'
|
||||
pkgname=python-apsw
|
||||
version=3.9.2
|
||||
revision=1
|
||||
wrksrc="apsw-${version}-r1"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-devel python3.4-devel"
|
||||
makedepends="python-devel python3.4-devel sqlite-devel"
|
||||
short_desc="Another Python SQLite Wrapper (Python 2)"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/rogerbinns/apsw"
|
||||
distfiles="https://github.com/rogerbinns/apsw/archive/${version}-r1.tar.gz"
|
||||
checksum=6fae3f701f5cadca47195d814a02cec016f813f35d9d44d39596d293f5067577
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3.4-apsw_package() {
|
||||
pycompile_version="3.4"
|
||||
short_desc="${short_desc/Python 2/Python 3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
1
srcpkgs/python3.4-apsw
Symbolic link
1
srcpkgs/python3.4-apsw
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-apsw
|
Loading…
Add table
Reference in a new issue