mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
- Update to 1.4.
- Fix location of installed files when devel/py-setuptools is installed. PR: 103567 Submitted by: xride Approved by: maintainer
This commit is contained in:
parent
91faadcf4e
commit
89b0f68ed4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174358
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ll-core
|
||||
PORTVERSION= 1.1.1
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://ftp.livinglogic.de/core/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ll-core-1.1.1.tar.bz2) = d83a672361621e0bfcd100c287a91bfd
|
||||
SHA256 (ll-core-1.1.1.tar.bz2) = 4c3f384c75c83c926776076626d00d0e96d160357a7b400a510c6d3d0a712ca6
|
||||
SIZE (ll-core-1.1.1.tar.bz2) = 63311
|
||||
MD5 (ll-core-1.4.tar.bz2) = 0d7623f9977964bd6a22411ac2e550f4
|
||||
SHA256 (ll-core-1.4.tar.bz2) = 90451eb9b35b9f3760f1b8614405648bcdd3386e095bb65b50ae52bcb515daaf
|
||||
SIZE (ll-core-1.4.tar.bz2) = 97762
|
||||
|
15
devel/py-ll-core/files/patch-setup.py
Normal file
15
devel/py-ll-core/files/patch-setup.py
Normal file
@ -0,0 +1,15 @@
|
||||
--- 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:
|
@ -2,6 +2,9 @@
|
||||
%%PYTHON_SITELIBDIR%%/ll/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/ll/misc.py
|
||||
%%PYTHON_SITELIBDIR%%/ll/ansistyle.py
|
||||
%%PYTHON_SITELIBDIR%%/ll/astyle.py
|
||||
%%PYTHON_SITELIBDIR%%/ll/astyle.pyc
|
||||
%%PYTHON_SITELIBDIR%%/ll/astyle.pyo
|
||||
%%PYTHON_SITELIBDIR%%/ll/color.py
|
||||
%%PYTHON_SITELIBDIR%%/ll/make.py
|
||||
%%PYTHON_SITELIBDIR%%/ll/sisyphus.py
|
||||
@ -25,4 +28,7 @@
|
||||
%%PYTHON_SITELIBDIR%%/ll/sisyphus.pyo
|
||||
%%PYTHON_SITELIBDIR%%/ll/url.pyo
|
||||
%%PYTHON_SITELIBDIR%%/ll/xpit.pyo
|
||||
%%PYTHON_SITELIBDIR%%/ll/daemon.py
|
||||
%%PYTHON_SITELIBDIR%%/ll/daemon.pyc
|
||||
%%PYTHON_SITELIBDIR%%/ll/daemon.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/ll
|
||||
|
Loading…
x
Reference in New Issue
Block a user