www/py-beaker: Update to 1.12.0
- Add LICENSE_FILE Changes: https://github.com/bbangert/beaker/releases
This commit is contained in:
parent
a61ad3cee5
commit
6fdc6d957b
2 changed files with 8 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= beaker
|
||||
PORTVERSION= 1.11.0
|
||||
PORTVERSION= 1.12.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -10,11 +10,13 @@ COMMENT= Session and Caching library with WSGI Middleware
|
|||
WWW= https://beaker.readthedocs.io/en/latest/
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cpe python:3.6+
|
||||
CPE_VENDOR= beakerbrowser
|
||||
USES= cpe python:3.7+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
CPE_VENDOR= beakerbrowser
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1567016177
|
||||
SHA256 (Beaker-1.11.0.tar.gz) = ad5d1c05027ee3be3a482ea39f8cb70339b41e5d6ace0cb861382754076d187e
|
||||
SIZE (Beaker-1.11.0.tar.gz) = 40932
|
||||
TIMESTAMP = 1674590830
|
||||
SHA256 (Beaker-1.12.0.tar.gz) = 2d5f427e3b13259c98c934cab0e428fc1c18a4c4b94acbdae930df7e7f51d1ec
|
||||
SIZE (Beaker-1.12.0.tar.gz) = 66920
|
||||
|
|
Loading…
Reference in a new issue