- Update to 1.9.1
Approved by: clsung (mentor)
This commit is contained in:
parent
97ebc94bf3
commit
e53f7075b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189244
3 changed files with 6 additions and 20 deletions
|
@ -6,9 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= ll-core
|
||||
PORTVERSION= 1.8
|
||||
PORTVERSION= 1.9.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://ftp.livinglogic.de/core/
|
||||
MASTER_SITES= http://ftp.livinglogic.de/core/ \
|
||||
http://cheeseshop.python.org/packages/source/l/ll-core/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= quakelee@cn.freebsd.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ll-core-1.8.tar.bz2) = ebbbcb32fd3149abb4b97d67d2d47a0f
|
||||
SHA256 (ll-core-1.8.tar.bz2) = 6e70fd075718c9a14bf77fd83343e49ae4ae8c5efd84dc2cf23a3ae3df293c65
|
||||
SIZE (ll-core-1.8.tar.bz2) = 103477
|
||||
MD5 (ll-core-1.9.1.tar.bz2) = 6174711e3044dd60fe277bef90d71ca0
|
||||
SHA256 (ll-core-1.9.1.tar.bz2) = c1a39bff67736696638b2a5b88a44c9e7578f078b4b7b615c7acc1689cdcbab0
|
||||
SIZE (ll-core-1.9.1.tar.bz2) = 104502
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
--- setup.py.orig Sun Sep 24 14:59:57 2006
|
||||
+++ setup.py Sun Sep 24 15:00:21 2006
|
||||
@@ -7,11 +7,7 @@
|
||||
__version__ = "$Revision: 1.33 $"[11:-2]
|
||||
# $Source: /data/cvsroot/LivingLogic/Python/core/setup.py,v $
|
||||
|
||||
-
|
||||
-try:
|
||||
- import setuptools as tools
|
||||
-except ImportError:
|
||||
- from distutils import core as tools
|
||||
+from distutils import core as tools
|
||||
|
||||
|
||||
DESCRIPTION = """ll-core is a collection of the following modules:
|
Loading…
Reference in a new issue