1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

devel/py-dep-logic: Add py-dep-logic 0.2.0

Dep-Logic allows logic operations on version specifiers and environment markers.
This commit is contained in:
Po-Chuan Hsieh 2024-03-09 21:44:13 +08:00
parent 01e96ccc9a
commit 03427f9ea1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 28 additions and 0 deletions

View File

@ -4605,6 +4605,7 @@
SUBDIR += py-deepmerge
SUBDIR += py-defusedxml
SUBDIR += py-demjson
SUBDIR += py-dep-logic
SUBDIR += py-deprecat
SUBDIR += py-deprecated
SUBDIR += py-deprecation

View File

@ -0,0 +1,23 @@
PORTNAME= dep-logic
PORTVERSION= 0.2.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= dep_logic-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python dependency specifications supporting logical operations
WWW= https://github.com/pdm-project/dep-logic
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>=0:devel/py-pdm-backend@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=22:devel/py-packaging@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1709390330
SHA256 (dep_logic-0.2.0.tar.gz) = cff502b515aff2d413d19d6afc70174fc67da19e821be4a9b68460ccee2514c9
SIZE (dep_logic-0.2.0.tar.gz) = 27758

View File

@ -0,0 +1 @@
Dep-Logic allows logic operations on version specifiers and environment markers.