Remove expired port:
2019-08-16 devel/py-efilter: No longer maintained
This commit is contained in:
parent
07653bdf4f
commit
62d82d5232
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509169
5 changed files with 1 additions and 42 deletions
1
MOVED
1
MOVED
|
@ -12868,3 +12868,4 @@ lang/dmd2||2019-08-11|Has expired: Broken for more than 6 months and upstream ha
|
|||
cad/elmerfem||2019-08-12|Has expired: Broken for more than 6 months
|
||||
sysutils/openhpi||2019-08-12|Has expired: Broken for more than 6 months
|
||||
textproc/scim-bridge||2019-08-17|Has expired: Broken for more than 6 months
|
||||
devel/py-efilter||2019-08-17|Has expired: No longer maintained
|
||||
|
|
|
@ -4375,7 +4375,6 @@
|
|||
SUBDIR += py-dynrules
|
||||
SUBDIR += py-easyprocess
|
||||
SUBDIR += py-editdistance
|
||||
SUBDIR += py-efilter
|
||||
SUBDIR += py-efl
|
||||
SUBDIR += py-eggtestinfo
|
||||
SUBDIR += py-ejson
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
# Created by: antoine@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= efilter
|
||||
PORTVERSION= 1.5
|
||||
DISTVERSIONPREFIX= ${PORTEPOCH}-
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= EFILTER query language
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
DEPRECATED= No longer maintained
|
||||
EXPIRATION_DATE= 2019-08-16
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}rekall-efilter-[0-9]*
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2:devel/py-dateutil@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>=2011:devel/py-pytz@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
post-extract:
|
||||
@${RM} -r ${WRKSRC}/sample_projects
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1472978583
|
||||
SHA256 (efilter-1-1.5.tar.gz) = 4ea0bf75782657754419e6532b9b63da3f914ac25d345a71e672d9fe4639cc3d
|
||||
SIZE (efilter-1-1.5.tar.gz) = 71882
|
|
@ -1,5 +0,0 @@
|
|||
EFILTER is a general-purpose destructuring and search language implemented in
|
||||
Python, and suitable for integration with any Python project that requires a
|
||||
search function for some of its data.
|
||||
|
||||
WWW: https://github.com/google/dotty
|
Loading…
Reference in a new issue