- Remove net/py-uritemplate.py since upstream has consolidated on net/py-uritemplate (https://github.com/sigmavirus24/uritemplate/issues/27)

Approved by:	feld (mentor)
Differential Revision:	D7896
This commit is contained in:
Carlos J. Puga Medina 2016-10-12 00:46:35 +00:00
parent c8312eceb7
commit 9a4ab5f775
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423812
5 changed files with 1 additions and 32 deletions

1
MOVED
View file

@ -8676,3 +8676,4 @@ audio/squeezeboxserver-lazysearch|audio/logitechmediaserver-lazysearch|2016-10-0
audio/squeezeboxserver-sqlplaylist|audio/logitechmediaserver-sqlplaylist|2016-10-05|Squeezebox Server renamed to Logitech Media Server
audio/squeezeboxserver-superdatetime|audio/logitechmediaserver-superdatetime|2016-10-05|Squeezebox Server renamed to Logitech Media Server
audio/squeezeboxserver-trackstat|audio/logitechmediaserver-trackstat|2016-10-05|Squeezebox Server renamed to Logitech Media Server
net/py-uritemplate.py|net/py-uritemplate|2016-10-12|Upstream has consolidated on net/py-uritemplate

View file

@ -1039,7 +1039,6 @@
SUBDIR += py-txrestapi
SUBDIR += py-upnp-inspector
SUBDIR += py-uritemplate
SUBDIR += py-uritemplate.py
SUBDIR += py-urllib3
SUBDIR += py-wolframalpha
SUBDIR += py-xmlrpc

View file

@ -1,25 +0,0 @@
# Created by: Carlos J. Puga Medina <cpm@FreeBSD.org>
# $FreeBSD$
PORTNAME= uritemplate.py
PORTVERSION= 3.0.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cpm@FreeBSD.org
COMMENT= Simple python library to deal with URI Templates
LICENSE= APACHE20 BSD3CLAUSE
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.BSD
CONFLICTS_INSTALL= py*-uritemplate-[0-9]*
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1472554428
SHA256 (uritemplate.py-3.0.0.tar.gz) = b9ee7fdc0cd87027d28f9b25ed1cbec0162b9332e88e58c7d82f7bef0adbbfcc
SIZE (uritemplate.py-3.0.0.tar.gz) = 30372

View file

@ -1,3 +0,0 @@
Simple python library to deal with URI Templates.
WWW: https://uritemplate.readthedocs.org/