FreeBSD Bugzilla – Attachment 213633 Details for
Bug 245783
[NEW PORT] textproc/py-j2cli: command-line tool for templating in shell-scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-j2cli addition
py-j2cli.diff (text/plain), 1.78 KB, created by
Adam Jimerson
on 2020-04-21 12:43:10 UTC
(
hide
)
Description:
py-j2cli addition
Filename:
MIME Type:
Creator:
Adam Jimerson
Created:
2020-04-21 12:43:10 UTC
Size:
1.78 KB
patch
obsolete
>diff --git a/textproc/py-j2cli/Makefile b/textproc/py-j2cli/Makefile >new file mode 100644 >index 000000000000..08b5c5fe11a2 >--- /dev/null >+++ b/textproc/py-j2cli/Makefile >@@ -0,0 +1,43 @@ >+# $FreeBSD$ >+ >+PORTNAME= j2cli >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.3.12b >+CATEGORIES= textproc python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= vendion@gmail.com >+COMMENT= Jinja2 Command-Line Tool, reworked >+ >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} >+ >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} >+ >+USES= python >+ >+OPTIONS_DEFINE= TEST YAML >+OPTIONS_DEFAULT= TEST YAML >+ >+YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} >+ >+.include <bsd.port.options.mk> >+ >+USE_PYTHON= autoplist concurrent distutils >+USE_GITHUB= yes >+GH_ACCOUNT= kolypto >+.if ${PORT_OPTIONS:MTEST} >+TEST_TARGET= test >+.endif >+ >+NO_ARCH= yes >+ >+TEST_ENV= TMPDIR=${WKRDIR} >+ >+do-test: >+ @cd ${WRKSRC} && \ >+ ${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/tox-${PYTHON_VER} -v >+ >+.include <bsd.port.mk> >diff --git a/textproc/py-j2cli/distinfo b/textproc/py-j2cli/distinfo >new file mode 100644 >index 000000000000..c6aa5242fefe >--- /dev/null >+++ b/textproc/py-j2cli/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1587471202 >+SHA256 (kolypto-j2cli-v0.3.12b_GH0.tar.gz) = 5313700543db9a73bdc4a8634457870d0b49e1c83aae461974134c56405773cd >+SIZE (kolypto-j2cli-v0.3.12b_GH0.tar.gz) = 16797 >diff --git a/textproc/py-j2cli/pkg-descr b/textproc/py-j2cli/pkg-descr >new file mode 100644 >index 000000000000..164fddfc1a65 >--- /dev/null >+++ b/textproc/py-j2cli/pkg-descr >@@ -0,0 +1,4 @@ >+j2cli is a command-line tool for templating in shell-scripts, leveraging the >+Jinja2 library >+ >+WWW: https://github.com/kolypto/j2cli
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vendion
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 245783
: 213633