Remove databases/py-sqlparse020
This was a dependency of www/calendarserver which will not be ported to python3 and was deleted. Users should move to databases/py-sqlparse. PR: 250290 Submitted by: Axel.Rau@Chaos1.DE (maintainer)
This commit is contained in:
parent
9a3814eb78
commit
20c736bddb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553949
5 changed files with 1 additions and 33 deletions
1
MOVED
1
MOVED
|
@ -15670,3 +15670,4 @@ www/radicale2|www/radicale|2020-11-01|Has expired: Please migrate to Radicale 3.
|
|||
devel/pccts|devel/antlr|2020-11-01|Has expired: abandonedware, superseded by devel/antlr
|
||||
devel/gitg0|devel/gitg|2020-11-01|Has expired: ancient version of gitg not maintained
|
||||
devel/py-twext||2020-11-03|Has expired: Uses deprecated version of python
|
||||
databases/py-sqlparse020||2020-11-03|Removed
|
||||
|
|
|
@ -826,7 +826,6 @@
|
|||
SUBDIR += py-sqlite3
|
||||
SUBDIR += py-sqlobject
|
||||
SUBDIR += py-sqlparse
|
||||
SUBDIR += py-sqlparse020
|
||||
SUBDIR += py-sqlrelay
|
||||
SUBDIR += py-swift
|
||||
SUBDIR += py-tableschema
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sqlparse020
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= sqlparse-${DISTVERSION}
|
||||
|
||||
MAINTAINER= axel.rau@chaos1.de
|
||||
COMMENT= Non-validating SQL parser for Python (version 0.2.0)
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlparse ${PYTHON_PKGNAMEPREFIX}sqlparse01
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1503863532
|
||||
SHA256 (sqlparse-0.2.0.tar.gz) = 7fac8d39ac543499b191be19e811ff275f2df0d45c4ba5fc24850aa883ac2060
|
||||
SIZE (sqlparse-0.2.0.tar.gz) = 52554
|
|
@ -1,7 +0,0 @@
|
|||
sqlparse is a non-validating SQL parser module.
|
||||
It provides support for parsing, splitting and formatting SQL statements.
|
||||
|
||||
This is version 0.2.0 which is needed by calendarserver.
|
||||
|
||||
WWW: https://pypi.org/project/sqlparse/
|
||||
WWW: https://github.com/andialbrecht/sqlparse
|
Loading…
Reference in a new issue