Date: Sun, 13 May 2018 23:56:31 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469839 - in head/textproc: . py-citeproc-py-styles Message-ID: <201805132356.w4DNuVcb013013@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun May 13 23:56:30 2018 New Revision: 469839 URL: https://svnweb.freebsd.org/changeset/ports/469839 Log: New port: textproc/py-citeproc-py-styles: Static resources package for citeproc-py Added: head/textproc/py-citeproc-py-styles/ head/textproc/py-citeproc-py-styles/Makefile (contents, props changed) head/textproc/py-citeproc-py-styles/distinfo (contents, props changed) head/textproc/py-citeproc-py-styles/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun May 13 23:37:33 2018 (r469838) +++ head/textproc/Makefile Sun May 13 23:56:30 2018 (r469839) @@ -1279,6 +1279,7 @@ SUBDIR += py-bugzillatools SUBDIR += py-chardet SUBDIR += py-citeproc-py + SUBDIR += py-citeproc-py-styles SUBDIR += py-cjkwrap SUBDIR += py-cloud_sptheme SUBDIR += py-colorclass Added: head/textproc/py-citeproc-py-styles/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-citeproc-py-styles/Makefile Sun May 13 23:56:30 2018 (r469839) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= citeproc-py-styles +DISTVERSION= 0.1.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Static resources package for citeproc-py + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.6.2:devel/py-pytest-runner@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.6.0:devel/py-lxml@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/textproc/py-citeproc-py-styles/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-citeproc-py-styles/distinfo Sun May 13 23:56:30 2018 (r469839) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526254803 +SHA256 (citeproc-py-styles-0.1.1.tar.gz) = 3856920968f1c5873bff2e85e4753131797f27a034c59f2b2e8dd625f1732a69 +SIZE (citeproc-py-styles-0.1.1.tar.gz) = 1809419 Added: head/textproc/py-citeproc-py-styles/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-citeproc-py-styles/pkg-descr Sun May 13 23:56:30 2018 (r469839) @@ -0,0 +1,5 @@ +This module is meant to be used as a static resources package, in order to +make it easy to include the required Citation Style files (.csl) when using +citeproc-py. + +WWW: https://github.com/inveniosoftware/citeproc-py-styles
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805132356.w4DNuVcb013013>