1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Update to devel/py-setuptools to 23.1.0 [1][2]

PR:		210636 [1]
		210685 [2]
Submitted by:	vlad-fbsd@acheronmedia.com [1]
		wen@ [2]
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D6994
This commit is contained in:
Wen Heping 2016-07-03 00:17:29 +00:00
parent 427fad8f42
commit aeeebd87a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417946
5 changed files with 7 additions and 6 deletions
databases
py-bsddb/files
py-sqlite3/files
devel/py-setuptools

View File

@ -22,7 +22,7 @@ inc_dirs = [prefix + "/include"]
lib_dirs = [prefix + "/lib"]
libs = [os.environ['BSDDB_VERSION']]
setup(name = "_bsddb",
setup(name = "bsddb",
description = "BSDDB Extension to Python",
ext_modules = [Extension('_bsddb', ['_bsddb.c'],

View File

@ -38,7 +38,7 @@ try:
except AttributeError:
macros.append(('SQLITE_OMIT_LOAD_EXTENSION', '1'))
setup(name = "_sqlite3",
setup(name = "sqlite3",
description = "SQLite 3 extension to Python",
ext_modules = [Extension('_sqlite3', sqlite_srcs,

View File

@ -37,7 +37,7 @@ try:
except AttributeError:
macros.append(('SQLITE_OMIT_LOAD_EXTENSION', '1'))
setup(name = "_sqlite3",
setup(name = "sqlite3",
description = "SQLite 3 extension to Python",
ext_modules = [Extension('_sqlite3', sqlite_srcs,

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= setuptools
PORTVERSION= 20.0
PORTVERSION= 23.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,3 @@
SHA256 (python/setuptools-20.0.tar.gz) = a6f7b295f399fed3de918c4bea9e2053a5fbd9e3a55a6fef7aafe9d1f474866d
SIZE (python/setuptools-20.0.tar.gz) = 641692
TIMESTAMP = 1467171497
SHA256 (python/setuptools-23.1.0.tar.gz) = 4e269d36ba2313e6236f384b36eb97b3433cf99a16b94c74cca7eee2b311f2be
SIZE (python/setuptools-23.1.0.tar.gz) = 601865