- Update to 0.10.10
- Add LICENSE (MIT) PR: ports/169437 Submitted by: koobs <koobs.freebsd at gmail.com>
This commit is contained in:
parent
2eb7acf176
commit
657447da66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300263
2 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= bottle
|
||||
PORTVERSION= 0.10.9
|
||||
PORTVERSION= 0.10.10
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,6 +14,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Fast and simple WSGI-framework for small web-applications
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
# Python3 ready
|
||||
USE_PYTHON= 2.6-
|
||||
USE_PYDISTUTILS= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (bottle-0.10.9.tar.gz) = bfe88bcf920880d9c355f58b651a97e7f8b56437b104ff951fb985a129c06794
|
||||
SIZE (bottle-0.10.9.tar.gz) = 55771
|
||||
SHA256 (bottle-0.10.10.tar.gz) = abaef55f046c05a608244a9388867800ea6415dfc8ca96f7a9d08d6a93f8fcc1
|
||||
SIZE (bottle-0.10.10.tar.gz) = 56538
|
||||
|
|
Loading…
Reference in a new issue