1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 1.0.28.

This commit is contained in:
Stefan Walter 2013-04-26 14:36:07 +00:00
parent 9c80cba5cc
commit 9266930963
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316617
3 changed files with 9 additions and 23 deletions

View File

@ -6,8 +6,8 @@
#
PORTNAME= pydot
PORTVERSION= 1.0.2
PORTREVISION= 4
PORTVERSION= 1.0.28
#PORTREVISION= 0
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,2 @@
SHA256 (pydot-1.0.2.tar.gz) = 0a725b25b1ffe88adaaf6e5c8dfefb2eebcb84cfc8ebe0cac24db9fbdb9fe24c
SIZE (pydot-1.0.2.tar.gz) = 18641
SHA256 (pydot-1.0.28.tar.gz) = 1eeaff7b104fb8f305a98318dafde0b2d15f1efcdf8b16206465551cd46ed9df
SIZE (pydot-1.0.28.tar.gz) = 19711

View File

@ -1,24 +1,10 @@
--- setup.py.orig 2008-02-15 04:48:02.000000000 +0800
+++ setup.py 2008-09-10 11:12:00.000000000 +0800
@@ -1,9 +1,9 @@
#!/usr/bin/env python
-try:
- from setuptools import setup
-except ImportError, excp:
- from distutils.core import setup
+#try:
+# from setuptools import setup
+#except ImportError, excp:
+from distutils.core import setup
import pydot
@@ -27,5 +27,5 @@
--- setup.py.orig 2013-04-26 15:15:06.000000000 +0200
+++ setup.py 2013-04-26 15:16:48.000000000 +0200
@@ -31,5 +31,5 @@
'Topic :: Software Development :: Libraries :: Python Modules'],
long_description = "\n".join(pydot.__doc__.split('\n')),
py_modules = ['pydot', 'dot_parser'],
- install_requires = ['pyparsing', 'setuptools'],
- data_files = [('.', ['ChangeLog', 'LICENSE', 'README'])] )
- data_files = [('.', ['LICENSE', 'README'])] )
+ install_requires = ['pyparsing', 'setuptools'] )
+ #data_files = [('.', ['ChangeLog', 'LICENSE', 'README'])]
+ #data_files = [('.', ['LICENSE', 'README'])] )