Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 10:33:45 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 609d4bb2bb2f - main - textproc/py-uc-micro-py: Add py-uc-micro-py 1.0.2
Message-ID:  <202307091033.369AXjAc055438@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 609d4bb2bb2fc1cf5814e461b492f0bc9e5f5ab0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 10:10:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 10:15:55 +0000

    textproc/py-uc-micro-py: Add py-uc-micro-py 1.0.2
    
    uc.micro-py is a Python port of uc.micro. It provides micro subset of Unicode
    data files ONLY for linkify-it-py projects needs.
---
 textproc/Makefile                 |  1 +
 textproc/py-uc-micro-py/Makefile  | 22 ++++++++++++++++++++++
 textproc/py-uc-micro-py/distinfo  |  3 +++
 textproc/py-uc-micro-py/pkg-descr |  2 ++
 4 files changed, 28 insertions(+)

diff --git a/textproc/Makefile b/textproc/Makefile
index 386b3ec005d8..3c0ee580cc9b 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1603,6 +1603,7 @@
     SUBDIR += py-ttp
     SUBDIR += py-ttp-templates
     SUBDIR += py-typogrify
+    SUBDIR += py-uc-micro-py
     SUBDIR += py-ucl
     SUBDIR += py-ufal.udpipe
     SUBDIR += py-unicodeitplus
diff --git a/textproc/py-uc-micro-py/Makefile b/textproc/py-uc-micro-py/Makefile
new file mode 100644
index 000000000000..eb94526b33df
--- /dev/null
+++ b/textproc/py-uc-micro-py/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	uc-micro-py
+PORTVERSION=	1.0.2
+CATEGORIES=	textproc python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Micro subset of Unicode data files for linkify-it-py projects
+WWW=		https://github.com/tsutsu3/uc.micro-py
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-uc-micro-py/distinfo b/textproc/py-uc-micro-py/distinfo
new file mode 100644
index 000000000000..ed77a8da0ee8
--- /dev/null
+++ b/textproc/py-uc-micro-py/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1688166036
+SHA256 (uc-micro-py-1.0.2.tar.gz) = 30ae2ac9c49f39ac6dce743bd187fcd2b574b16ca095fa74cd9396795c954c54
+SIZE (uc-micro-py-1.0.2.tar.gz) = 4730
diff --git a/textproc/py-uc-micro-py/pkg-descr b/textproc/py-uc-micro-py/pkg-descr
new file mode 100644
index 000000000000..e51078e942ae
--- /dev/null
+++ b/textproc/py-uc-micro-py/pkg-descr
@@ -0,0 +1,2 @@
+uc.micro-py is a Python port of uc.micro. It provides micro subset of Unicode
+data files ONLY for linkify-it-py projects needs.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307091033.369AXjAc055438>