python3.4-minidb: transitional dummy package now
This commit is contained in:
parent
b7fbd55fab
commit
81c02def64
|
@ -1,23 +1,11 @@
|
||||||
# Template file for 'python3.4-minidb'
|
# Template file for 'python3.4-minidb'
|
||||||
pkgname=python3.4-minidb
|
pkgname=python3.4-minidb
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="minidb-${version}"
|
build_style=meta
|
||||||
build_style=python-module
|
short_desc="Simple SQLite3 store for Python objects (transitional dummy package)"
|
||||||
python_versions="3.4"
|
depends="python3-minidb>=${version}_${revision}"
|
||||||
hostmakedepends="python3.4-setuptools"
|
|
||||||
depends="python3.4"
|
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="minidb"
|
|
||||||
short_desc="Simple SQLite3 store for Python objects (Python 3.4)"
|
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
|
||||||
license="ISC"
|
|
||||||
homepage="https://thp.io/2010/minidb/"
|
homepage="https://thp.io/2010/minidb/"
|
||||||
distfiles="https://github.com/thp/minidb/archive/${version}.tar.gz"
|
license="ISC"
|
||||||
checksum=3e245ab0254d84fa3c9c96c43f1ca7290918c53d7df7c2391e50786dbb4f42f6
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
|
|
||||||
post_install() {
|
|
||||||
sed -n '/# Copyright/,/OF THIS SOFTWARE./p' minidb.py > COPYING
|
|
||||||
vlicense COPYING
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue