svn commit: r408677 - in head/devel/py-setuptools: . files

Martin Wilke miwi at FreeBSD.org
Thu Feb 11 07:05:05 UTC 2016


Author: miwi
Date: Thu Feb 11 07:05:03 2016
New Revision: 408677
URL: https://svnweb.freebsd.org/changeset/ports/408677

Log:
  - Update to 20.0
  - Remove install_egg_info patch (upstreamed) [1]
  
  Changes:
  
  https://pythonhosted.org/setuptools/history.html
  [1] https://bitbucket.org/pypa/setuptools/issues/118
  
  PR:		206582
  exp-run:    antoine
  Differential Revision:	D5051

Deleted:
  head/devel/py-setuptools/files/patch-setuptools__command__install_egg_info.py
Modified:
  head/devel/py-setuptools/Makefile
  head/devel/py-setuptools/distinfo

Modified: head/devel/py-setuptools/Makefile
==============================================================================
--- head/devel/py-setuptools/Makefile	Thu Feb 11 04:34:15 2016	(r408676)
+++ head/devel/py-setuptools/Makefile	Thu Feb 11 07:05:03 2016	(r408677)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	setuptools
-PORTVERSION=	19.2
+PORTVERSION=	20.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-setuptools/distinfo
==============================================================================
--- head/devel/py-setuptools/distinfo	Thu Feb 11 04:34:15 2016	(r408676)
+++ head/devel/py-setuptools/distinfo	Thu Feb 11 07:05:03 2016	(r408677)
@@ -1,2 +1,2 @@
-SHA256 (python/setuptools-19.2.tar.gz) = f90ed8eb70b14b0594ba74e9de4ffca040c0ec8ee505cbf3570499467859f71a
-SIZE (python/setuptools-19.2.tar.gz) = 641777
+SHA256 (python/setuptools-20.0.tar.gz) = a6f7b295f399fed3de918c4bea9e2053a5fbd9e3a55a6fef7aafe9d1f474866d
+SIZE (python/setuptools-20.0.tar.gz) = 641692


More information about the svn-ports-all mailing list