summaryrefslogtreecommitdiff
path: root/devel/py-dis3
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-dis3')
-rw-r--r--devel/py-dis3/Makefile25
-rw-r--r--devel/py-dis3/distinfo3
-rw-r--r--devel/py-dis3/pkg-descr4
3 files changed, 0 insertions, 32 deletions
diff --git a/devel/py-dis3/Makefile b/devel/py-dis3/Makefile
deleted file mode 100644
index 22f946796520..000000000000
--- a/devel/py-dis3/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= dis3
-PORTVERSION= 0.1.3
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Python 2.7 backport of the "dis" module from Python 3.5+
-
-LICENSE= MIT PSFL
-LICENSE_COMB= dual
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Python 2 only, backport of Python 3
-EXPIRATION_DATE= 2020-12-31
-
-USES= python:2.7
-USE_PYTHON= autoplist distutils
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-dis3/distinfo b/devel/py-dis3/distinfo
deleted file mode 100644
index c65dcee569f7..000000000000
--- a/devel/py-dis3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1547581055
-SHA256 (dis3-0.1.3.tar.gz) = 9259b881fc1df02ed12ac25f82d4a85b44241854330b1a651e40e0c675cb2d1e
-SIZE (dis3-0.1.3.tar.gz) = 19134
diff --git a/devel/py-dis3/pkg-descr b/devel/py-dis3/pkg-descr
deleted file mode 100644
index b9e2c8c5e5e6..000000000000
--- a/devel/py-dis3/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-dis3 is a Python 2.7 backport of the dis module from Python 3.5.
-
-WWW: https://pypi.org/project/dis3/
-WWW: https://github.com/KeyWeeUsr/python-dis3