mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- update to 1.1.1
- document that it now actually python3 ready but package list is broken when installing with py-distribute.
This commit is contained in:
parent
43c27903b2
commit
becdb3463d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299275
2 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= smb
|
||||
PORTVERSION= 1.1.0
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= http://miketeo.net/files/Projects/py${PORTNAME}/ \
|
||||
CHEESESHOP
|
||||
|
@ -19,6 +19,8 @@ COMMENT= SMB/CIFS library written in Python
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1
|
||||
|
||||
# It's actually python3 ready since 1.1.1, but there is package list problem
|
||||
# that I'm not sure how to solve right now. So let it stay stricted to 2.x.
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= py${PORTNAME}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pysmb-1.1.0.tar.gz) = 10c83f12d07747e85165c9e66696434f7f8b3ae3c24c9e78df13e5c9d80df2cd
|
||||
SIZE (pysmb-1.1.0.tar.gz) = 1099113
|
||||
SHA256 (pysmb-1.1.1.tar.gz) = eeb63cc1670eae7473061a4f2e8e9cb0a73ffb1a81d5d45587647571d67a5c61
|
||||
SIZE (pysmb-1.1.1.tar.gz) = 1454561
|
||||
|
|
Loading…
Add table
Reference in a new issue