mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-peewee: update to 3.17.8.
This commit is contained in:
parent
73c863344c
commit
460597b122
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-peewee'
|
# Template file for 'python3-peewee'
|
||||||
pkgname=python3-peewee
|
pkgname=python3-peewee
|
||||||
version=3.17.7
|
version=3.17.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel python3-Cython0.29"
|
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
|
||||||
makedepends="python3-devel sqlite-devel"
|
makedepends="python3-devel sqlite-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Small and simple ORM for Python3"
|
short_desc="Small and simple ORM for Python3"
|
||||||
|
@ -12,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://github.com/coleifer/peewee"
|
homepage="https://github.com/coleifer/peewee"
|
||||||
changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
|
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
|
||||||
checksum=c9b02f2191357093a400433b01d51ec545aaa78357e68975843f4b349d1cd303
|
checksum=92131e0c8b69fd66234f5d60ceaa7e9daadd337a2f9fcc12bb2d3886e3e985d8
|
||||||
alternatives="peewee:pwiz:/usr/bin/pwiz.py3"
|
alternatives="peewee:pwiz:/usr/bin/pwiz.py3"
|
||||||
make_check=no # tests require postgres instance
|
make_check=no # tests require postgres instance
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue