mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
devel/py-decorator: Update to 5.0.7
- Remove 3.6+ for USES= python - Sort USE_PYTHON alphabetically Approved by: lwhsu (mentor)
This commit is contained in:
parent
6fec600442
commit
ba19a2f9c6
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Denis Shaposhnikov <dsh@vlink.ru>
|
||||
|
||||
PORTNAME= decorator
|
||||
PORTVERSION= 4.4.2
|
||||
PORTVERSION= 5.0.7
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,8 +12,8 @@ COMMENT= Decorators for Humans
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= distutils autoplist
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1584984981
|
||||
SHA256 (decorator-4.4.2.tar.gz) = e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7
|
||||
SIZE (decorator-4.4.2.tar.gz) = 33629
|
||||
TIMESTAMP = 1621461315
|
||||
SHA256 (decorator-5.0.7.tar.gz) = 6f201a6c4dac3d187352661f508b9364ec8091217442c9478f1f83c003a0f060
|
||||
SIZE (decorator-5.0.7.tar.gz) = 34292
|
||||
|
|
Loading…
Add table
Reference in a new issue