git: a60193038585 - main - New port: devel/py-prefixed: Prefixed alternative numeric library

Yuri Victorovich yuri at FreeBSD.org
Sun May 16 16:15:49 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a60193038585c2bda15942a28c67bb8402b52071

commit a60193038585c2bda15942a28c67bb8402b52071
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-16 04:10:38 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-16 16:15:38 +0000

    New port: devel/py-prefixed: Prefixed alternative numeric library
---
 devel/Makefile              |  1 +
 devel/py-prefixed/Makefile  | 18 ++++++++++++++++++
 devel/py-prefixed/distinfo  |  3 +++
 devel/py-prefixed/pkg-descr |  4 ++++
 4 files changed, 26 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 526151883431..6e711dc75f4b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4858,6 +4858,7 @@
     SUBDIR += py-prance
     SUBDIR += py-pre-commit
     SUBDIR += py-pre-commit-hooks
+    SUBDIR += py-prefixed
     SUBDIR += py-preshed
     SUBDIR += py-pretend
     SUBDIR += py-prettyprinter
diff --git a/devel/py-prefixed/Makefile b/devel/py-prefixed/Makefile
new file mode 100644
index 000000000000..53ab18e56bc2
--- /dev/null
+++ b/devel/py-prefixed/Makefile
@@ -0,0 +1,18 @@
+PORTNAME=	prefixed
+PORTVERSION=	0.3.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Prefixed alternative numeric library
+
+LICENSE=	MPL20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:3.6+
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-prefixed/distinfo b/devel/py-prefixed/distinfo
new file mode 100644
index 000000000000..9e4c9599bc9d
--- /dev/null
+++ b/devel/py-prefixed/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1621138023
+SHA256 (prefixed-0.3.2.tar.gz) = ca48277ba5fa8346dd4b760847da930c7b84416387c39e93affef086add2c029
+SIZE (prefixed-0.3.2.tar.gz) = 43788
diff --git a/devel/py-prefixed/pkg-descr b/devel/py-prefixed/pkg-descr
new file mode 100644
index 000000000000..0e748d75f32c
--- /dev/null
+++ b/devel/py-prefixed/pkg-descr
@@ -0,0 +1,4 @@
+Prefixed provides an alternative implementation of the built-in float which
+supports formatted output with SI (decimal) and IEC (binary) prefixes.
+
+WWW: https://github.com/Rockhopper-Technologies/prefixed


More information about the dev-commits-ports-all mailing list