Skip to content

Commit

Permalink
devel/py-bytecode: Add py-bytecode 0.13.0
Browse files Browse the repository at this point in the history
bytecode is a Python module to generate and modify bytecode.

WWW: https://github.com/MatthieuDartiailh/bytecode
  • Loading branch information
sunpoet committed Jun 29, 2022
1 parent 6214a07 commit 5a9261c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions devel/py-bytecode/Makefile
@@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

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 <bsd.port.mk>
3 changes: 3 additions & 0 deletions 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
3 changes: 3 additions & 0 deletions 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

0 comments on commit 5a9261c

Please sign in to comment.