diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-08-17 20:37:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-08-17 20:37:41 +0000 |
commit | 62d82d5232042c3f0131de662145ec74151d5b59 (patch) | |
tree | c532f489fb685b154a5ba9c13162944283766840 | |
parent | New port: devel/py-opcodes: Database of processor instructions/opcodes (diff) |
Remove expired port:
2019-08-16 devel/py-efilter: No longer maintained
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-efilter/Makefile | 33 | ||||
-rw-r--r-- | devel/py-efilter/distinfo | 3 | ||||
-rw-r--r-- | devel/py-efilter/pkg-descr | 5 |
5 files changed, 1 insertions, 42 deletions
@@ -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 diff --git a/devel/Makefile b/devel/Makefile index 34856c39cfaf..f54e6099224c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-efilter/Makefile b/devel/py-efilter/Makefile deleted file mode 100644 index 121279a5135c..000000000000 --- a/devel/py-efilter/Makefile +++ /dev/null @@ -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> diff --git a/devel/py-efilter/distinfo b/devel/py-efilter/distinfo deleted file mode 100644 index dcb6e298ff2d..000000000000 --- a/devel/py-efilter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1472978583 -SHA256 (efilter-1-1.5.tar.gz) = 4ea0bf75782657754419e6532b9b63da3f914ac25d345a71e672d9fe4639cc3d -SIZE (efilter-1-1.5.tar.gz) = 71882 diff --git a/devel/py-efilter/pkg-descr b/devel/py-efilter/pkg-descr deleted file mode 100644 index 3cbd5508c359..000000000000 --- a/devel/py-efilter/pkg-descr +++ /dev/null @@ -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 |