mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
- Update to 0.94.8
- Add files/patch-aksetup_helper.py - Remove MD5 checksum from distinfo
This commit is contained in:
parent
3b0b72d8d0
commit
81832c312f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266527
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= tagpy
|
||||
PORTVERSION= 0.94.7
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.94.8
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (tagpy-0.94.7.tar.gz) = f2304a2e15511cce057c344ea5e15694
|
||||
SHA256 (tagpy-0.94.7.tar.gz) = 0fd077b6858091995c95c944b8621cd48a4246bdcb0bf4e44420ec3c5221e9b1
|
||||
SIZE (tagpy-0.94.7.tar.gz) = 150416
|
||||
SHA256 (tagpy-0.94.8.tar.gz) = 56eab8dd81510f8af18e19375a0ffd5cd25c8e555104be46a92c3dc08634a0dc
|
||||
SIZE (tagpy-0.94.8.tar.gz) = 151986
|
||||
|
17
audio/py-tagpy/files/patch-aksetup_helper.py
Normal file
17
audio/py-tagpy/files/patch-aksetup_helper.py
Normal file
@ -0,0 +1,17 @@
|
||||
--- ./aksetup_helper.py.orig 2010-12-17 17:12:20.000000000 +0100
|
||||
+++ ./aksetup_helper.py 2010-12-17 17:12:30.000000000 +0100
|
||||
@@ -1,11 +1,11 @@
|
||||
# dealings with ez_setup ------------------------------------------------------
|
||||
-import distribute_setup
|
||||
-distribute_setup.use_setuptools()
|
||||
+#import distribute_setup
|
||||
+#distribute_setup.use_setuptools()
|
||||
|
||||
import setuptools
|
||||
from setuptools import Extension
|
||||
|
||||
-if 'distribute' not in setuptools.__file__:
|
||||
+if False and 'distribute' not in setuptools.__file__:
|
||||
print "-------------------------------------------------------------------------"
|
||||
print "Setuptools conflict detected."
|
||||
print "-------------------------------------------------------------------------"
|
Loading…
Reference in New Issue
Block a user