Skip to content

Commit

Permalink
devel/nuitka: Update to 2.0
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent 8a51e63 commit 0715e3f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
6 changes: 4 additions & 2 deletions devel/nuitka/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nuitka
PORTVERSION= 1.9
PORTVERSION= 2.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
Expand All @@ -13,11 +13,13 @@ WWW= https://nuitka.net/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ordered-set>=4.1.0:devel/py-ordered-set@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zstandard>=0.15:archivers/py-zstandard@${PY_FLAVOR}

USES= cpe python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/nuitka/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1700760690
SHA256 (Nuitka-1.9.tar.gz) = 8ef3bac402de4fd48df7c4530f8484d0bf19539cb4a980f36642c7d3c08b3b33
SIZE (Nuitka-1.9.tar.gz) = 3907890
TIMESTAMP = 1708450722
SHA256 (Nuitka-2.0.tar.gz) = 471c61d19d09fec7b652d5603f95f18fc76122156a9ef5c40730ca8f5a80a25d
SIZE (Nuitka-2.0.tar.gz) = 3964226
11 changes: 11 additions & 0 deletions devel/nuitka/files/patch-setup.py
@@ -0,0 +1,11 @@
--- setup.py.orig 2023-12-31 10:57:00 UTC
+++ setup.py
@@ -374,7 +374,7 @@ if sys.platform == "darwin" and sys.version_info < (3,
install_requires.append("orderedset >= 2.0.3")

setup(
- name="Nuitka",
+ name="nuitka",
license="Apache License, Version 2.0",
version=version,
long_description=long_description,

0 comments on commit 0715e3f

Please sign in to comment.