mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 2.9.2
- While I'm here: - Add LICENSE_FILE - Add NO_ARCH Changes: https://github.com/coleifer/peewee/releases PR: 218805 Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
This commit is contained in:
parent
6d0e542fa1
commit
1cef074723
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439160
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= peewee
|
||||
PORTVERSION= 2.8.5
|
||||
PORTVERSION= 2.9.2
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -11,10 +11,12 @@ MAINTAINER= matthias@petermann-it.de
|
||||
COMMENT= Small, expressive Python ORM
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
OPTIONS_DEFINE= DOCS SQLITE MYSQL PGSQL
|
||||
OPTIONS_DEFAULT= SQLITE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1477879966
|
||||
SHA256 (peewee-2.8.5.tar.gz) = 198f4b0c1e71b0ee7f3f87cb96104796a5a4cc0a52a9cd832611394f5cfdee37
|
||||
SIZE (peewee-2.8.5.tar.gz) = 506514
|
||||
TIMESTAMP = 1492831871
|
||||
SHA256 (peewee-2.9.2.tar.gz) = 96d1eee9846f090cf4387cfc2af193b0db4d3c61867c28b85b666a0e5824693c
|
||||
SIZE (peewee-2.9.2.tar.gz) = 515362
|
||||
|
Loading…
Reference in New Issue
Block a user