pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx-issues py-sphinx-issues: added vers...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c5d088c34304
branches: trunk
changeset: 332758:c5d088c34304
user: adam <adam%pkgsrc.org@localhost>
date: Wed Apr 24 15:50:43 2019 +0000
description:
py-sphinx-issues: added version 1.2.0
A Sphinx extension for linking to your project's issue tracker. Includes roles
for linking to issues, pull requests, user profiles, with built-in support for
GitHub (though this works with other services).
diffstat:
textproc/py-sphinx-issues/DESCR | 3 +++
textproc/py-sphinx-issues/Makefile | 18 ++++++++++++++++++
textproc/py-sphinx-issues/PLIST | 9 +++++++++
textproc/py-sphinx-issues/distinfo | 6 ++++++
4 files changed, 36 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r 3d92175c3057 -r c5d088c34304 textproc/py-sphinx-issues/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinx-issues/DESCR Wed Apr 24 15:50:43 2019 +0000
@@ -0,0 +1,3 @@
+A Sphinx extension for linking to your project's issue tracker. Includes roles
+for linking to issues, pull requests, user profiles, with built-in support for
+GitHub (though this works with other services).
diff -r 3d92175c3057 -r c5d088c34304 textproc/py-sphinx-issues/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinx-issues/Makefile Wed Apr 24 15:50:43 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/04/24 15:50:43 adam Exp $
+
+DISTNAME= sphinx-issues-1.2.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx-issues/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/sloria/sphinx-issues
+COMMENT= Sphinx extension for linking to an issue tracker
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3d92175c3057 -r c5d088c34304 textproc/py-sphinx-issues/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinx-issues/PLIST Wed Apr 24 15:50:43 2019 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2019/04/24 15:50:43 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sphinx_issues.py
+${PYSITELIB}/sphinx_issues.pyc
+${PYSITELIB}/sphinx_issues.pyo
diff -r 3d92175c3057 -r c5d088c34304 textproc/py-sphinx-issues/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinx-issues/distinfo Wed Apr 24 15:50:43 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/04/24 15:50:43 adam Exp $
+
+SHA1 (sphinx-issues-1.2.0.tar.gz) = d8a8a35cd99250aed74ecab05d7222d2138c46c7
+RMD160 (sphinx-issues-1.2.0.tar.gz) = ed0a0a008fda4212ba3ec42051d626aa4a063848
+SHA512 (sphinx-issues-1.2.0.tar.gz) = c117ae5f03ea21c0490002555b426bb0f86a00a6fcb803a74f40263261eac91becd589a6c459ec73470ff4e1eff6396d5fe62b4e7a788bdd4206314e1ede4b01
+Size (sphinx-issues-1.2.0.tar.gz) = 6037 bytes
Home |
Main Index |
Thread Index |
Old Index