- update to 1.4.6
- switch USE_PYTHON to just `yes', because it supports both python 2 and 3. PR: 163947 Submitted by: rm (myself) Approved by: yzlin (maintainer; timeout 2 weeks+)
This commit is contained in:
parent
a5e1aa060e
commit
7b549f7bb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289780
2 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pylib
|
||||
PORTVERSION= 1.4.5
|
||||
PORTVERSION= 1.4.6
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
MASTER_SITE_SUBDIR= source/p/py
|
||||
|
@ -18,7 +18,8 @@ COMMENT= An agile development and test support library
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_PYTHON= 2.5+
|
||||
# Python3 ready
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= py
|
||||
USE_ZIP= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (py-1.4.5.zip) = 8425c7140cfc5acf5b67cfb2f2af8d835ab2f6663ee2ca3d7206c1d81e1d35ea
|
||||
SIZE (py-1.4.5.zip) = 225478
|
||||
SHA256 (py-1.4.6.zip) = 59304dd3102b4604da2b11e515f5f44093a8f627a8dc08bd5dcdd964f8960c78
|
||||
SIZE (py-1.4.6.zip) = 226821
|
||||
|
|
Loading…
Reference in a new issue