svn commit: r440641 - in head: . devel devel/py-argparse

Dan Langille dvl at FreeBSD.org
Thu May 11 18:14:53 UTC 2017


Author: dvl
Date: Thu May 11 18:14:51 2017
New Revision: 440641
URL: https://svnweb.freebsd.org/changeset/ports/440641

Log:
  Revive devel/py-argparse
  
  Some ports need newer versions of py-argparse and Python 2.7 ships with 1.1
  
  Approved by:	lwhsu (maintainer)

Added:
  head/devel/py-argparse/
     - copied from r424702, head/devel/py-argparse/
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/py-argparse/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu May 11 18:05:30 2017	(r440640)
+++ head/MOVED	Thu May 11 18:14:51 2017	(r440641)
@@ -8791,7 +8791,6 @@ editors/focuswriter-qt4|editors/focuswri
 graphics/gtkdps||2016-12-04|Has expired: No more upstream. Not used in the ports tree
 security/gsfv||2016-12-04|Has expired: No more upstream
 misc/grun||2016-12-04|Has expired: No more upstream
-devel/py-argparse||2016-12-04|Has expired: Part of Python standard library for Python >= 2.7 and >= 3.2
 www/node7|www/node|2016-12-07|www/node is now www/node7
 databases/py-sqlalchemy06|databases/py-sqlalchemy10|2016-12-08|Has expired: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
 print/py-reportlab2|print/py-reportlab|2016-12-08|Has expired: no longer supported - use reportlab 3.x (py-reportlab) instead

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu May 11 18:05:30 2017	(r440640)
+++ head/devel/Makefile	Thu May 11 18:14:51 2017	(r440641)
@@ -4121,6 +4121,7 @@
     SUBDIR += py-appdirs
     SUBDIR += py-application
     SUBDIR += py-apptools
+    SUBDIR += py-argparse
     SUBDIR += py-apscheduler
     SUBDIR += py-archetypes.querywidget
     SUBDIR += py-archetypes.referencebrowserwidget

Modified: head/devel/py-argparse/Makefile
==============================================================================
--- head/devel/py-argparse/Makefile	Wed Oct 26 13:58:46 2016	(r424702)
+++ head/devel/py-argparse/Makefile	Thu May 11 18:14:51 2017	(r440641)
@@ -15,7 +15,4 @@ LICENSE=	PSFL
 USES=		python
 USE_PYTHON=	distutils autoplist
 
-DEPRECATED=	Part of Python standard library for Python >= 2.7 and >= 3.2
-EXPIRATION_DATE=	2016-11-30
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list