mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 2.0 [1]
- Add LICENSE [1] - Pet portlint PR: 189274 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
This commit is contained in:
parent
78527423b7
commit
75888eb151
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353690
@ -2,15 +2,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= routes
|
||||
PORTVERSION= 1.13
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP/source/R/Routes
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Routes-${PORTVERSION}
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= A Routing package for Python that matches URLs to dicts and vice versa
|
||||
COMMENT= Routing package for Python that matches URLs to dicts and vice versa
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Routes-1.13.tar.gz) = cc03d1a357cdb7af82e3909ee8ff93cb2b2afb48aca23bfde0117d6f49f624a7
|
||||
SIZE (Routes-1.13.tar.gz) = 797539
|
||||
SHA256 (Routes-2.0.tar.gz) = 6e4eb6437a9def22e1344ee8f766d7795bedfe6f615d3ea138e4035d6fbd33f8
|
||||
SIZE (Routes-2.0.tar.gz) = 199195
|
||||
|
@ -6,4 +6,4 @@ Speedy and dynamic URL generation means you get a URL with minimal cruft
|
||||
(no big dangling query args). Shortcut features like Named Routes cut down
|
||||
on repetitive typing.
|
||||
|
||||
WWW: http://routes.groovie.org/
|
||||
WWW: http://routes.groovie.org/
|
||||
|
Loading…
Reference in New Issue
Block a user