Remove devel/py-celementtree becuase it's a part of Python standard library
since version 2.5 (included as xml.etree.cElementTree). Upstream development going on python.org, there is no ports depending on this one. PR: 155524 Submitted by: rm (myself) Approved by: nivit (maintainer, by mail)
This commit is contained in:
parent
46e7ac5fc7
commit
a1fa784343
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318317
6 changed files with 1 additions and 52 deletions
1
MOVED
1
MOVED
|
@ -4252,3 +4252,4 @@ japanese/jisx0213-fonts|japanese/font-jisx0213|2013-05-08|Renamed
|
|||
x11-drivers/xf86-video-ati613||2013-05-10|Has expired: Old version, use xf86-video-ati instead
|
||||
devel/u-boot|devel/uboot-mkimage|2013-05-11|Port does not build full uboot distribution, only mkimage
|
||||
misc/py-xdelta3||2013-05-13|No longer actively maintained upstream
|
||||
devel/py-celementtree||2013-05-16|Included into all supported python versions as xml.etree.cElementTree
|
||||
|
|
|
@ -3433,7 +3433,6 @@
|
|||
SUBDIR += py-boto
|
||||
SUBDIR += py-botocore
|
||||
SUBDIR += py-cclib
|
||||
SUBDIR += py-celementtree
|
||||
SUBDIR += py-celery
|
||||
SUBDIR += py-cfgparse
|
||||
SUBDIR += py-cheetah
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
# Ports collection makefile for: py-cElementTree
|
||||
# Date created: 11 January 2006
|
||||
# Whom: Nicola Vitale <nivit@email.it>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cElementTree
|
||||
PORTVERSION= 1.0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://effbot.org/media/downloads/ \
|
||||
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-20051216
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= A fast C implementation of the ElementTree API
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGVERSION= 1.0.5-20051216
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${CP} -R ${WRKSRC}/samples/ ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (cElementTree-1.0.5-20051216.tar.gz) = b2e528c99837124b32598bde7a19da579203c600d71f22f4c84da0933ba09751
|
||||
SIZE (cElementTree-1.0.5-20051216.tar.gz) = 93766
|
|
@ -1,10 +0,0 @@
|
|||
The cElementTree module is a C implementation of the ElementTree API.
|
||||
On typical documents, it's 15-20 times faster than the Python version
|
||||
of ElementTree, and uses 2-5 times less memory. On modern hardware,
|
||||
that means that documents in the 50-100 megabyte range can be manipulated
|
||||
in memory, and that documents in the 0-1 megabyte range load in zero
|
||||
time (0.0 seconds). This allows you to drastically simplify many kinds
|
||||
of XML applications.
|
||||
|
||||
Author: Fredrik Lundh
|
||||
WWW: http://effbot.org/zone/celementtree.html
|
|
@ -1,5 +0,0 @@
|
|||
@comment $FreeBSD$
|
||||
%%PYTHON_SITELIBDIR%%/cElementTree.so
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/simple-ns.xml
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/simple.xml
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
Loading…
Reference in a new issue