Date: Sun, 21 Jan 2018 11:54:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459590 - in head/devel: . py-dis3 Message-ID: <201801211154.w0LBsvsf088795@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 21 11:54:56 2018 New Revision: 459590 URL: https://svnweb.freebsd.org/changeset/ports/459590 Log: Add py-dis3 0.1.2 dis3 is a Python 2.7 backport of the dis module from Python 3.5. WWW: https://pypi.python.org/pypi/dis3 WWW: https://github.com/KeyWeeUsr/python-dis3 Added: head/devel/py-dis3/ head/devel/py-dis3/Makefile (contents, props changed) head/devel/py-dis3/distinfo (contents, props changed) head/devel/py-dis3/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 21 11:46:47 2018 (r459589) +++ head/devel/Makefile Sun Jan 21 11:54:56 2018 (r459590) @@ -4382,6 +4382,7 @@ SUBDIR += py-diazo SUBDIR += py-dill SUBDIR += py-dirspec + SUBDIR += py-dis3 SUBDIR += py-distorm SUBDIR += py-django-rq SUBDIR += py-django-rq-dashboard Added: head/devel/py-dis3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-dis3/Makefile Sun Jan 21 11:54:56 2018 (r459590) @@ -0,0 +1,20 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= dis3 +PORTVERSION= 0.1.2 +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 + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python:2.7 + +.include <bsd.port.mk> Added: head/devel/py-dis3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-dis3/distinfo Sun Jan 21 11:54:56 2018 (r459590) @@ -0,0 +1,3 @@ +TIMESTAMP = 1516475648 +SHA256 (dis3-0.1.2.tar.gz) = b98e5a9e3d8df54396219c0093fed1454416cec2b74ec15dc63e6a72b3bab94a +SIZE (dis3-0.1.2.tar.gz) = 14466 Added: head/devel/py-dis3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-dis3/pkg-descr Sun Jan 21 11:54:56 2018 (r459590) @@ -0,0 +1,4 @@ +dis3 is a Python 2.7 backport of the dis module from Python 3.5. + +WWW: https://pypi.python.org/pypi/dis3 +WWW: https://github.com/KeyWeeUsr/python-dis3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801211154.w0LBsvsf088795>