svn commit: r566731 - in head/textproc: . py-enrich
Matthew Seaman
matthew at FreeBSD.org
Sat Feb 27 20:01:41 UTC 2021
Author: matthew
Date: Sat Feb 27 20:01:40 2021
New Revision: 566731
URL: https://svnweb.freebsd.org/changeset/ports/566731
Log:
Enriched extends rich library functionality with a set of changes that
were not accepted to rich itself.
WWW: https://pypi.org/project/enrich/
Added:
head/textproc/py-enrich/
head/textproc/py-enrich/Makefile (contents, props changed)
head/textproc/py-enrich/Makefile~ (contents, props changed)
head/textproc/py-enrich/distinfo (contents, props changed)
head/textproc/py-enrich/pkg-descr (contents, props changed)
head/textproc/py-enrich/pkg-descr~ (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sat Feb 27 19:32:06 2021 (r566730)
+++ head/textproc/Makefile Sat Feb 27 20:01:40 2021 (r566731)
@@ -1270,6 +1270,7 @@
SUBDIR += py-elementpath
SUBDIR += py-empy
SUBDIR += py-enchant
+ SUBDIR += py-enrich
SUBDIR += py-et_xmlfile
SUBDIR += py-fastavro
SUBDIR += py-feedparser
Added: head/textproc/py-enrich/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-enrich/Makefile Sat Feb 27 20:01:40 2021 (r566731)
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME= enrich
+PORTVERSION= 1.2.6
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= matthew at FreeBSD.org
+COMMENT= Extensions to py-rich
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.5.0:devel/py-setuptools_scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=1.1:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rich>=9.5.1:textproc/py-rich@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=3.0.5:devel/py-mock@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.7.1:devel/py-pytest-cov@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=3.3.1:devel/py-pytest-mock@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.29.0:devel/py-pytest-xdist@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest>=5.4.0:devel/py-pytest@${PY_FLAVOR}
+
+USES= python:3.6+
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+do-test:
+ @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)
+
+.include <bsd.port.mk>
Added: head/textproc/py-enrich/Makefile~
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-enrich/Makefile~ Sat Feb 27 20:01:40 2021 (r566731)
@@ -0,0 +1,35 @@
+# $FreeBSD$
+
+PORTNAME= enrich
+PORTVERSION= 1.2.6
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= matthew at FreeBSD.org
+COMMENT= Extensions to py-rich
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.5.0:devel/py-setuptools_scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=1.1:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rich>=9.5.1:textproc/py-rich@${PY_FLAVOR}
+
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=3.0.5:devel/py-mock@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.7.1:devel/py-pytest-cov@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=3.3.1:devel/py-pytest-mock@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.29.0:devel/py-pytest-xdist@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest>=5.4.0:devel/py-pytest@${PY_FLAVOR}
+
+USES= python:3.6+
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+do-test:
+ @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)
+
+.include <bsd.port.mk>
Added: head/textproc/py-enrich/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-enrich/distinfo Sat Feb 27 20:01:40 2021 (r566731)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1614455768
+SHA256 (enrich-1.2.6.tar.gz) = 0e99ff57d87f7b5def0ca79917e88fb9351aa0d52e228ee38bff7cd858315fe4
+SIZE (enrich-1.2.6.tar.gz) = 15581
Added: head/textproc/py-enrich/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-enrich/pkg-descr Sat Feb 27 20:01:40 2021 (r566731)
@@ -0,0 +1,4 @@
+Enriched extends rich library functionality with a set of changes that
+were not accepted to rich itself.
+
+WWW: https://pypi.org/project/enrich/
Added: head/textproc/py-enrich/pkg-descr~
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-enrich/pkg-descr~ Sat Feb 27 20:01:40 2021 (r566731)
@@ -0,0 +1,6 @@
+Enriched extends rich library functionality with a set of changes that
+were not accepted to rich itself.
+
+WWW: https://pypi.org/project/enrich/
+
+
More information about the svn-ports-head
mailing list