Update to 4.0.3
This commit is contained in:
parent
2f4d4337e9
commit
182898838c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404418
4 changed files with 791 additions and 291 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DendroPy
|
||||
PORTVERSION= 3.12.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.0.3
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (DendroPy-3.12.0.tar.gz) = 38a0f36f2f7aae43ec5599408b0d0a4c80996b749589f025940d955a70fc82d4
|
||||
SIZE (DendroPy-3.12.0.tar.gz) = 6631147
|
||||
SHA256 (DendroPy-4.0.3.tar.gz) = a2c074eb91e2866120521c076587983900c5b312879832c3559effb730bd4465
|
||||
SIZE (DendroPy-4.0.3.tar.gz) = 16330973
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
--- setup.py.orig 2010-01-15 12:55:37.000000000 +0800
|
||||
+++ setup.py 2010-01-15 12:55:53.000000000 +0800
|
||||
@@ -31,13 +31,6 @@
|
||||
# setuptools/distutils/etc. import and configuration
|
||||
|
||||
try:
|
||||
- import ez_setup
|
||||
- try:
|
||||
- ez_setup_path = " ('" + os.path.abspath(ez_setup.__file__) + "')"
|
||||
- except OSError:
|
||||
- ez_setup_path = ""
|
||||
- sys.stderr.write("using ez_setup%s\n" % ez_setup_path)
|
||||
- ez_setup.use_setuptools()
|
||||
import setuptools
|
||||
try:
|
||||
setuptools_path = " ('" + os.path.abspath(setuptools.__file__) + "')"
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue