mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Change from USES=python:2 to USES=python:2.7
- Add NO_ARCH - Bump PORTREVISION for dependency change
This commit is contained in:
parent
cd7e2b87c5
commit
8620e4a57d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455441
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= DecoratorTools
|
||||
PORTVERSION= 1.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,7 +14,8 @@ COMMENT= Class, function, and metaclass decorators
|
|||
LICENSE= PSFL ZPL21
|
||||
LICENSE_COMB= dual
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python:2 zip
|
||||
USES= python:2.7 zip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue