[Bug 295531] devel/py-boolean.py proposal to improve 5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 May 2026 21:41:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295531
Bug ID: 295531
Summary: devel/py-boolean.py proposal to improve 5.0
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: kai@FreeBSD.org
Reporter: jordan@ostreff.info
Flags: maintainer-feedback?(kai@FreeBSD.org)
Assignee: kai@FreeBSD.org
diff --git a/devel/py-boolean.py/Makefile b/devel/py-boolean.py/Makefile
index 395db551858a..e1b94e6c8d63 100644
--- a/devel/py-boolean.py/Makefile
+++ b/devel/py-boolean.py/Makefile
@@ -1,9 +1,8 @@
-PORTNAME= boolean.py
+PORTNAME= boolean_py
DISTVERSION= 5.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME:C/[-_.]+/_/g}-${DISTVERSION}
MAINTAINER= kai@FreeBSD.org
COMMENT= Create and parse boolean expressions and create custom boolean
DSL
@@ -19,6 +18,10 @@ TEST_DEPENDS=
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=2:devel/py-pytest-xdist@${PY_
USES= python
USE_PYTHON= autoplist concurrent pep517 pytest
+# Override archive structures to map the upstream source names explicitly
+DISTFILES= boolean_py-${DISTVERSION}${EXTRACT_SUFX}
+WRKSRC= ${WRKDIR}/boolean_py-${DISTVERSION}
+
TEST_ARGS= boolean
NO_ARCH= yes
--
You are receiving this mail because:
You are the assignee for the bug.