mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 2.0.0.
- Update LICENSE blob. Changelog: 2.0.0 - 2016-08-20 - Relicense uritemplate.py as Apache 2 and BSD (See https://github.com/sigmavirus24/uritemplate/pull/23). 1.0.1 - 2016-08-18 - Fix some minor packaging problems. Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D7586
This commit is contained in:
parent
4af348b7ba
commit
c444493390
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420691
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= uritemplate.py
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -10,8 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= cpm@FreeBSD.org
|
||||
COMMENT= Simple python library to deal with URI Templates
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE= APACHE20 BSD3CLAUSE
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE
|
||||
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.BSD
|
||||
|
||||
CONFLICTS_INSTALL= py*-uritemplate-[0-9]*
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1471513444
|
||||
SHA256 (uritemplate.py-1.0.0.tar.gz) = 210a73375b4d3161ce7fdd084d043d5a857d54d0d5ca19ad0f6644a7869423ea
|
||||
SIZE (uritemplate.py-1.0.0.tar.gz) = 26408
|
||||
TIMESTAMP = 1471713628
|
||||
SHA256 (uritemplate.py-2.0.0.tar.gz) = f2ddd797c3d0630ed23ad19a4dc9e3c570a4f1e0f5470f502c2a3546d7159adf
|
||||
SIZE (uritemplate.py-2.0.0.tar.gz) = 29848
|
||||
|
Loading…
Reference in New Issue
Block a user