diff --git a/devel/Makefile b/devel/Makefile index e1686cfe98daf..76100fbf4ee9d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4282,6 +4282,7 @@ SUBDIR += py-buildbot-worker SUBDIR += py-buildbot-www SUBDIR += py-bullet3 + SUBDIR += py-bytecode SUBDIR += py-cabby SUBDIR += py-cachecontrol SUBDIR += py-cached-property diff --git a/devel/py-bytecode/Makefile b/devel/py-bytecode/Makefile new file mode 100644 index 0000000000000..73fdf244eba39 --- /dev/null +++ b/devel/py-bytecode/Makefile @@ -0,0 +1,20 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= bytecode +PORTVERSION= 0.13.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python module to generate and modify bytecode + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/devel/py-bytecode/distinfo b/devel/py-bytecode/distinfo new file mode 100644 index 0000000000000..57d7e6c24e3c2 --- /dev/null +++ b/devel/py-bytecode/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1656092880 +SHA256 (bytecode-0.13.0.tar.gz) = 6af3c2f0a31ce05dce41f7eea5cc380e33f5e8fbb7dcee3b52467a00acd52fcd +SIZE (bytecode-0.13.0.tar.gz) = 68177 diff --git a/devel/py-bytecode/pkg-descr b/devel/py-bytecode/pkg-descr new file mode 100644 index 0000000000000..16091f22f7d7c --- /dev/null +++ b/devel/py-bytecode/pkg-descr @@ -0,0 +1,3 @@ +bytecode is a Python module to generate and modify bytecode. + +WWW: https://github.com/MatthieuDartiailh/bytecode