Skip to content

Commit

Permalink
devel/py-pycnite: Add py-pycnite 2023.10.11
Browse files Browse the repository at this point in the history
pycnite is a collection of utilities for working with compiled Python bytecode.

This library adds pure Python, versioned parsers for the .pyc format, allowing
tools that work with bytecode to have different host and target Python versions.
  • Loading branch information
sunpoet committed Nov 14, 2023
1 parent 730aeb9 commit 2225f87
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5243,6 +5243,7 @@
SUBDIR += py-pycapsicum
SUBDIR += py-pycerberus
SUBDIR += py-pycmd
SUBDIR += py-pycnite
SUBDIR += py-pycocotools
SUBDIR += py-pycodeexport
SUBDIR += py-pycodestyle
Expand Down
22 changes: 22 additions & 0 deletions devel/py-pycnite/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
PORTNAME= pycnite
PORTVERSION= 2023.10.11
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= [email protected]
COMMENT= Python bytecode utilities
WWW= https://github.com/google/pycnite

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-pycnite/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1699774456
SHA256 (pycnite-2023.10.11.tar.gz) = ad8616982beecc39f2090999aa8fe0b044b1f6733ec39484cb5e0900b3c88aa1
SIZE (pycnite-2023.10.11.tar.gz) = 21717
4 changes: 4 additions & 0 deletions devel/py-pycnite/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pycnite is a collection of utilities for working with compiled Python bytecode.

This library adds pure Python, versioned parsers for the .pyc format, allowing
tools that work with bytecode to have different host and target Python versions.

0 comments on commit 2225f87

Please sign in to comment.