devel/py-utils: Removed on maintainers request, uses EOLed python27

Port is already deprecated, has no dependents, and sources are older than a decade.

PR:		249663
Submitted by:	Steve Wills <swills@FreeBSD.org>
Approved by:	arrowd (mentor), Daniel Bretoi <daniel@netwalk.org> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D27233
This commit is contained in:
Rainer Hurling 2020-11-16 18:47:25 +00:00
parent 01057b8a46
commit 0ddecc7c94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555508
5 changed files with 1 additions and 48 deletions

1
MOVED
View File

@ -15707,3 +15707,4 @@ www/py-evernote||2020-11-15|Has expired: Uses deprecated version of python
www/py-meld3||2020-11-15|Has expired: EOLed upstream
www/py-requestbuilder||2020-11-15|Has expired: Uses deprecated version of python
x11-toolkits/py-SquareMap||2020-11-15|Has expired: Uses deprecated version of python
devel/py-utils||2020-11-16|Removed on maintainers request, uses EOLed python27

View File

@ -5176,7 +5176,6 @@
SUBDIR += py-urwidtrees
SUBDIR += py-user_agents
SUBDIR += py-userpath
SUBDIR += py-utils
SUBDIR += py-uvloop
SUBDIR += py-validators
SUBDIR += py-validictory

View File

@ -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 <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (pythonutils-0.4.0.zip) = 141477cb09ccd51b8a13af746dccbbc16cb0ac7f23187b33e75d4d9fdd4763ea
SIZE (pythonutils-0.4.0.zip) = 313577

View File

@ -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