Index: MOVED =================================================================== --- MOVED +++ MOVED @@ -15685,3 +15685,4 @@ net/spideroak||2020-11-10|Has expired: Uses deprecated version of python emulators/playonbsd||2020-11-10|Has expired: Uses deprecated version of python net/xorp||2020-11-10|Has expired: Uses deprecated version of python +devel/py-utils||2020-11-16|Removed on maintainers request, uses EOLed python27 Index: devel/Makefile =================================================================== --- devel/Makefile +++ devel/Makefile @@ -5178,7 +5178,6 @@ SUBDIR += py-urwidtrees SUBDIR += py-user_agents SUBDIR += py-userpath - SUBDIR += py-utils SUBDIR += py-uvloop SUBDIR += py-validators SUBDIR += py-validictory Index: devel/py-utils/Makefile =================================================================== --- devel/py-utils/Makefile +++ devel/py-utils/Makefile @@ -1,29 +0,0 @@ -# Created by: Daniel Bretoi -# $FreeBSD$ - -PORTNAME= utils -PORTVERSION= 0.4.0 -CATEGORIES= devel python -MASTER_SITES= http://www.voidspace.org.uk/downloads/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pythonutils-${PORTVERSION} - -MAINTAINER= daniel@netwalk.org -COMMENT= General utility modules that simplify common programming in Python - -USES= python:2.7 zip -USE_PYTHON= distutils autoplist - -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-12-12 - -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -PORTDOCS= * - -OPTIONS_DEFINE= DOCS - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) - -.include Index: devel/py-utils/distinfo =================================================================== --- devel/py-utils/distinfo +++ devel/py-utils/distinfo @@ -1,2 +0,0 @@ -SHA256 (pythonutils-0.4.0.zip) = 141477cb09ccd51b8a13af746dccbbc16cb0ac7f23187b33e75d4d9fdd4763ea -SIZE (pythonutils-0.4.0.zip) = 313577 Index: devel/py-utils/pkg-descr =================================================================== --- devel/py-utils/pkg-descr +++ devel/py-utils/pkg-descr @@ -1,16 +0,0 @@ -The Voidspace Pythonutils package is a simple way of installing the Voidspace -collection of modules. These are currently: - - ConfigObj 4.4.0 - Easy config file reading/writing - validate 0.2.3 - Validation and type conversion system - StandOut 3.0.0 - Simple logging and output control object - pathutils 0.2.5 - For working with paths and files - cgiutils 0.3.5 - CGI helpers - urlpath 0.1.0 - Functions for handling URLs - odict 0.2.1 - Ordered Dictionary Class - -Several of the Voidspace Projects depend on these modules. They are also useful -in their own right of course. They are primarily general utility modules that -simplify common programming tasks in Python. - -WWW: http://www.voidspace.org.uk/python/pythonutils.html