Skip to content

Commit

Permalink
devel/py-pbs-installer: Add py-pbs-installer 2024.3.27
Browse files Browse the repository at this point in the history
pbs-installer is an installer for indygreg's python-build-standalone [1]. The
list of python versions are kept sync with the upstream automatically

[1] https://github.com/indygreg/python-build-standalone
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent 31e3383 commit 40f427e
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5198,6 +5198,7 @@
SUBDIR += py-pathvalidate
SUBDIR += py-paver
SUBDIR += py-pbr
SUBDIR += py-pbs-installer
SUBDIR += py-pcodedmp
SUBDIR += py-pdm
SUBDIR += py-pdm-autoexport
Expand Down
31 changes: 31 additions & 0 deletions devel/py-pbs-installer/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
PORTNAME= pbs-installer
PORTVERSION= 2024.3.27
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pbs_installer-${PORTVERSION}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Installer for Python Build Standalone
WWW= https://pbs-installer.readthedocs.io/en/latest/ \
https://github.com/frostming/pbs-installer

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

OPTIONS_DEFINE= DOWNLOAD INSTALL
OPTIONS_DEFAULT=DOWNLOAD INSTALL
DOWNLOAD_DESC= Download support
INSTALL_DESC= Install support

DOWNLOAD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.27.0<1:www/py-httpx@${PY_FLAVOR}
INSTALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zstandard>=0.21.0:archivers/py-zstandard@${PY_FLAVOR}

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-pbs-installer/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1711860457
SHA256 (pbs_installer-2024.3.27.tar.gz) = 30a368d14710a5e38a57401006b4c1061f030ed06d42d69c8f5e8dd20ee25d58
SIZE (pbs_installer-2024.3.27.tar.gz) = 25003
4 changes: 4 additions & 0 deletions devel/py-pbs-installer/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pbs-installer is an installer for indygreg's python-build-standalone [1]. The
list of python versions are kept sync with the upstream automatically

[1] https://github.com/indygreg/python-build-standalone

0 comments on commit 40f427e

Please sign in to comment.