mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Update to 0.2.0
- Add NO_ARCH - Take maintainership Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG Differential Revision: https://reviews.freebsd.org/D8414 Approved by: wg (maintainer)
This commit is contained in:
parent
2ac0d73c74
commit
ee7a89b6fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425411
2 changed files with 7 additions and 5 deletions
|
@ -2,17 +2,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sqlparse
|
||||
PORTVERSION= 0.1.16
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Non-validating SQL parser for Python
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= python
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (sqlparse-0.1.16.tar.gz) = 678c6c36ca4b01405177da8b84eecf92ec92c9f6c762396c965bb5d305f20f81
|
||||
SIZE (sqlparse-0.1.16.tar.gz) = 58418
|
||||
TIMESTAMP = 1477749409
|
||||
SHA256 (sqlparse-0.2.0.tar.gz) = 7fac8d39ac543499b191be19e811ff275f2df0d45c4ba5fc24850aa883ac2060
|
||||
SIZE (sqlparse-0.2.0.tar.gz) = 52554
|
||||
|
|
Loading…
Add table
Reference in a new issue