1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

databases/py-sqlparse: Update to 0.4.4

- Convert to USE_PYTHON=pep517
- Remove outdated CONFLICTS_INSTALL: py-sqlparse020 has been removed almost 2.5 years

Changes:	https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG
This commit is contained in:
Po-Chuan Hsieh 2023-04-20 02:51:56 +08:00
parent e7be82f26c
commit 350d7670a1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= sqlparse
PORTVERSION= 0.4.3
PORTVERSION= 0.4.4
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,11 +11,13 @@ WWW= https://github.com/andialbrecht/sqlparse
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
USES= python:3.5+ shebangfix
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlparse020
SHEBANG_FILES= sqlparse/cli.py
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1664767894
SHA256 (sqlparse-0.4.3.tar.gz) = 69ca804846bb114d2ec380e4360a8a340db83f0ccf3afceeb1404df028f57268
SIZE (sqlparse-0.4.3.tar.gz) = 70771
TIMESTAMP = 1681918893
SHA256 (sqlparse-0.4.4.tar.gz) = d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c
SIZE (sqlparse-0.4.4.tar.gz) = 72383