mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
python3-minidb: update to 2.0.6.
And remove pycompile_module so xlint passes
This commit is contained in:
parent
d780e3f755
commit
6c9ce16f56
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'python3-minidb'
|
||||
pkgname=python3-minidb
|
||||
version=2.0.2
|
||||
revision=5
|
||||
version=2.0.6
|
||||
revision=1
|
||||
wrksrc="minidb-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="minidb.py"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Simple SQLite3 store for Python objects"
|
||||
|
@ -12,7 +11,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
|||
license="ISC"
|
||||
homepage="https://thp.io/2010/minidb/"
|
||||
distfiles="https://github.com/thp/minidb/archive/${version}.tar.gz"
|
||||
checksum=40a1992281dbfb63a90616db328c1babc3aabadd8844fdd676369e8df09d3b9f
|
||||
checksum=7e4ef07d858d6e6118dfd000031e7698fb29b44bd8fe38e713d241fcaec6ee1e
|
||||
|
||||
post_install() {
|
||||
sed -n '/# Copyright/,/OF THIS SOFTWARE./p' minidb.py > COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue