Date: Thu, 15 Mar 2018 04:43:46 +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: r464557 - in head/textproc: . py-bibtexparser Message-ID: <201803150443.w2F4hkjm013034@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Mar 15 04:43:46 2018 New Revision: 464557 URL: https://svnweb.freebsd.org/changeset/ports/464557 Log: New port: textproc/py-bibtexparser: Bibtex parser Added: head/textproc/py-bibtexparser/ head/textproc/py-bibtexparser/Makefile (contents, props changed) head/textproc/py-bibtexparser/distinfo (contents, props changed) head/textproc/py-bibtexparser/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Mar 15 04:11:19 2018 (r464556) +++ head/textproc/Makefile Thu Mar 15 04:43:46 2018 (r464557) @@ -1278,6 +1278,7 @@ SUBDIR += py-asv SUBDIR += py-autopep8 SUBDIR += py-awesome-slugify + SUBDIR += py-bibtexparser SUBDIR += py-bugzillatools SUBDIR += py-chardet SUBDIR += py-cjkwrap Added: head/textproc/py-bibtexparser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-bibtexparser/Makefile Thu Mar 15 04:43:46 2018 (r464557) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= bibtexparser +DISTVERSION= 1.0.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Bibtex parser + +LICENSE= BSD3CLAUSE LGPL3 +LICENSE_COMB= dual + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.16.0:devel/py-future@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.3:devel/py-pyparsing@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/textproc/py-bibtexparser/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-bibtexparser/distinfo Thu Mar 15 04:43:46 2018 (r464557) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521087950 +SHA256 (bibtexparser-1.0.1.tar.gz) = cc41cdd8332c2bf44b97daf1f135f4f267c3b744c33976655cd270b66f964c0a +SIZE (bibtexparser-1.0.1.tar.gz) = 43816 Added: head/textproc/py-bibtexparser/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-bibtexparser/pkg-descr Thu Mar 15 04:43:46 2018 (r464557) @@ -0,0 +1,4 @@ +BibtexParser is a python library to parse bibtex files. +The code relies on pyparsing and is tested with unittests. + +WWW: https://github.com/sciunto-org/python-bibtexparser
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803150443.w2F4hkjm013034>