pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/textproc/py-sphinxcontrib-bibtex



Please, sort your PLISTs. You can use pkgtools/plist-utils -> plist-sort for that. It handles ${PYSITELIB} and alikes.

Also, I see the package requires:

pybtex>=0.20
pybtex-docutils>=0.2.0
six>=1.4.1
Sphinx>=1.0
oset>=0.1.3

but there are not in DEPENDS. Will it work without them?

Thanks :)

Kind regards,
Adam


> Wiadomość napisana przez Jaap Boender <jaapb%netbsd.org@localhost> w dniu 26.07.2018, o godz. 12:37:
> 
> Module Name:  pkgsrc
> Committed By: jaapb
> Date:         Thu Jul 26 10:37:57 UTC 2018
> 
> Added Files:
>       pkgsrc/textproc/py-sphinxcontrib-bibtex: DESCR Makefile PLIST distinfo
> 
> Log Message:
> Added package textproc/py-sphinxcontrib-bibtex
> 
> This adds bibtex support to Sphinx. The package is an updated version
> of Kamel Derouiche's package in pkgsrc-wip. (It's needed for the update
> of lang/coq that's to follow)
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-sphinxcontrib-bibtex/DESCR \
>    pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile \
>    pkgsrc/textproc/py-sphinxcontrib-bibtex/PLIST \
>    pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 
> Added files:
> 
> Index: pkgsrc/textproc/py-sphinxcontrib-bibtex/DESCR
> diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-bibtex/DESCR:1.1
> --- /dev/null Thu Jul 26 10:37:57 2018
> +++ pkgsrc/textproc/py-sphinxcontrib-bibtex/DESCR     Thu Jul 26 10:37:57 2018
> @@ -0,0 +1,3 @@
> +This extension allows BibTeX citations to be inserted into documentation
> +generated by Sphinx, via a bibliography directive, and a cite role, which
> +work similarly to LaTeX's thebibliography environment and \cite command.
> Index: pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile
> diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.1
> --- /dev/null Thu Jul 26 10:37:57 2018
> +++ pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile  Thu Jul 26 10:37:57 2018
> @@ -0,0 +1,18 @@
> +# $NetBSD: Makefile,v 1.1 2018/07/26 10:37:57 jaapb Exp $
> +
> +DISTNAME=    sphinxcontrib-bibtex-0.4.0
> +PKGNAME=     ${PYPKGPREFIX}-${DISTNAME}
> +CATEGORIES=  textproc python
> +MASTER_SITES=        ${MASTER_SITE_PYPI:=s/sphinxcontrib-bibtex/}
> +
> +MAINTAINER=  jaapb%NetBSD.org@localhost
> +HOMEPAGE=    https://github.com/mcmtroffaes/sphinxcontrib-bibtex
> +COMMENT=     Sphinx extension for BibTeX style citations
> +LICENSE=     2-clause-bsd
> +
> +USE_LANGUAGES=               # none
> +
> +DEPENDS+=            py[0-9]*-sphinx-[0-9]*:../../textproc/py-sphinx
> +
> +.include "../../lang/python/egg.mk"
> +.include "../../mk/bsd.pkg.mk"
> Index: pkgsrc/textproc/py-sphinxcontrib-bibtex/PLIST
> diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-bibtex/PLIST:1.1
> --- /dev/null Thu Jul 26 10:37:57 2018
> +++ pkgsrc/textproc/py-sphinxcontrib-bibtex/PLIST     Thu Jul 26 10:37:57 2018
> @@ -0,0 +1,27 @@
> +@comment $NetBSD: PLIST,v 1.1 2018/07/26 10:37:57 jaapb Exp $
> +${PYSITELIB}/sphinxcontrib/bibtex/__init__.py
> +${PYSITELIB}/sphinxcontrib/bibtex/__init__.pyo
> +${PYSITELIB}/sphinxcontrib/bibtex/__init__.pyc
> +${PYSITELIB}/sphinxcontrib/bibtex/cache.pyo
> +${PYSITELIB}/sphinxcontrib/bibtex/cache.pyc
> +${PYSITELIB}/sphinxcontrib/bibtex/directives.pyo
> +${PYSITELIB}/sphinxcontrib/bibtex/directives.pyc
> +${PYSITELIB}/sphinxcontrib/bibtex/nodes.pyo
> +${PYSITELIB}/sphinxcontrib/bibtex/nodes.pyc
> +${PYSITELIB}/sphinxcontrib/bibtex/roles.pyo
> +${PYSITELIB}/sphinxcontrib/bibtex/roles.pyc
> +${PYSITELIB}/sphinxcontrib/bibtex/transforms.pyo
> +${PYSITELIB}/sphinxcontrib/bibtex/transforms.pyc
> +${PYSITELIB}/sphinxcontrib/bibtex/cache.py
> +${PYSITELIB}/sphinxcontrib/bibtex/directives.py
> +${PYSITELIB}/sphinxcontrib/bibtex/nodes.py
> +${PYSITELIB}/sphinxcontrib/bibtex/roles.py
> +${PYSITELIB}/sphinxcontrib/bibtex/transforms.py
> +${PYSITELIB}/${EGG_NAME}-nspkg.pth
> +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
> +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
> +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
> +${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
> +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
> +${PYSITELIB}/${EGG_INFODIR}/requires.txt
> +${PYSITELIB}/${EGG_INFODIR}/top_level.txt
> Index: pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo
> diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo:1.1
> --- /dev/null Thu Jul 26 10:37:57 2018
> +++ pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo  Thu Jul 26 10:37:57 2018
> @@ -0,0 +1,6 @@
> +$NetBSD: distinfo,v 1.1 2018/07/26 10:37:57 jaapb Exp $
> +
> +SHA1 (sphinxcontrib-bibtex-0.4.0.tar.gz) = 900d94732f2c43d34c4bce1197254f187acde5fa
> +RMD160 (sphinxcontrib-bibtex-0.4.0.tar.gz) = a343d1d4a60f130d667b6883f4da44a36dd8bb45
> +SHA512 (sphinxcontrib-bibtex-0.4.0.tar.gz) = c076b5d45b958b7476c74e95237bbe60fdeac26aa2e85d6fa0012399ea2339f7ec8551594f37d3ec302325bca33a5dfe88bf53bd727a245a575be558d4698cf7
> +Size (sphinxcontrib-bibtex-0.4.0.tar.gz) = 48872 bytes
> 




Home | Main Index | Thread Index | Old Index