pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-doctor



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 22 10:29:46 UTC 2019

Modified Files:
        pkgsrc/devel/py-doctor: Makefile PLIST distinfo

Log Message:
py-doctor: updated to 16.3.0

16.3.0:
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-doctor/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-doctor/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-doctor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-doctor/Makefile
diff -u pkgsrc/devel/py-doctor/Makefile:1.12 pkgsrc/devel/py-doctor/Makefile:1.13
--- pkgsrc/devel/py-doctor/Makefile:1.12        Tue Jul  3 05:03:10 2018
+++ pkgsrc/devel/py-doctor/Makefile     Tue Jan 22 10:29:46 2019
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.12 2018/07/03 05:03:10 adam Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/22 10:29:46 adam Exp $
 
-DISTNAME=      pydoctor-0.5
+DISTNAME=      pydoctor-16.3.0
 PKGNAME=       ${DISTNAME:S/py/${PYPKGPREFIX}-/}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydoctor/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/pydoctor/
+HOMEPAGE=      http://github.com/twisted/pydoctor
 COMMENT=       API doc generator
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-nevow>=0.9.18:../../www/py-nevow
+DEPENDS+=      epydoc-[0-9]*:../../devel/epydoc
+DEPENDS+=      ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 37 # py-xml via py-nevow
+PYTHON_VERSIONS_ACCEPTED=      27 # epydoc
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-doctor/PLIST
diff -u pkgsrc/devel/py-doctor/PLIST:1.2 pkgsrc/devel/py-doctor/PLIST:1.3
--- pkgsrc/devel/py-doctor/PLIST:1.2    Wed Feb 12 15:17:52 2014
+++ pkgsrc/devel/py-doctor/PLIST        Tue Jan 22 10:29:46 2019
@@ -1,6 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2014/02/12 15:17:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/01/22 10:29:46 adam Exp $
 bin/pydoctor
-${PYSITELIB}/${EGG_FILE}
+${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}/pydoctor/__init__.py
 ${PYSITELIB}/pydoctor/__init__.pyc
 ${PYSITELIB}/pydoctor/__init__.pyo
@@ -28,26 +32,21 @@ ${PYSITELIB}/pydoctor/model.pyo
 ${PYSITELIB}/pydoctor/nevowhtml.py
 ${PYSITELIB}/pydoctor/nevowhtml.pyc
 ${PYSITELIB}/pydoctor/nevowhtml.pyo
-${PYSITELIB}/pydoctor/server.py
-${PYSITELIB}/pydoctor/server.pyc
-${PYSITELIB}/pydoctor/server.pyo
+${PYSITELIB}/pydoctor/sphinx.py
+${PYSITELIB}/pydoctor/sphinx.pyc
+${PYSITELIB}/pydoctor/sphinx.pyo
 ${PYSITELIB}/pydoctor/templates/apidocs.css
 ${PYSITELIB}/pydoctor/templates/attribute-child.html
-${PYSITELIB}/pydoctor/templates/attribute-child.html.~1~
-${PYSITELIB}/pydoctor/templates/base.html~
 ${PYSITELIB}/pydoctor/templates/bigDiff.html
+${PYSITELIB}/pydoctor/templates/bootstrap.min.css
 ${PYSITELIB}/pydoctor/templates/common.html
 ${PYSITELIB}/pydoctor/templates/diff.html
-${PYSITELIB}/pydoctor/templates/edit.html
 ${PYSITELIB}/pydoctor/templates/function-child.html
 ${PYSITELIB}/pydoctor/templates/index.html
-${PYSITELIB}/pydoctor/templates/index.html.~1~
 ${PYSITELIB}/pydoctor/templates/nameIndex.html
 ${PYSITELIB}/pydoctor/templates/problemObjects.html
 ${PYSITELIB}/pydoctor/templates/pydoctor.js
-${PYSITELIB}/pydoctor/templates/sorttable.js
 ${PYSITELIB}/pydoctor/templates/summary.html
-${PYSITELIB}/pydoctor/templates/summary.html.~1~
 ${PYSITELIB}/pydoctor/templates/table.html
 ${PYSITELIB}/pydoctor/templatewriter/__init__.py
 ${PYSITELIB}/pydoctor/templatewriter/__init__.pyc

Index: pkgsrc/devel/py-doctor/distinfo
diff -u pkgsrc/devel/py-doctor/distinfo:1.5 pkgsrc/devel/py-doctor/distinfo:1.6
--- pkgsrc/devel/py-doctor/distinfo:1.5 Mon Dec 18 08:54:18 2017
+++ pkgsrc/devel/py-doctor/distinfo     Tue Jan 22 10:29:46 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/12/18 08:54:18 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/01/22 10:29:46 adam Exp $
 
-SHA1 (pydoctor-0.5.tar.gz) = bd82a2419b56c4c36890cce68f98a3228b855f36
-RMD160 (pydoctor-0.5.tar.gz) = 6be8fd43f45cda9b6bf992ebfaf5c2fcc6c48cfd
-SHA512 (pydoctor-0.5.tar.gz) = 92cb2de2e6cb9f9ae106272f88e7cf24fed4f8ab80118050a27949db4c728377e939bc0d661ba004e974e1a30c4b2f120f311eaa445a2ab90fc82f09badda9cf
-Size (pydoctor-0.5.tar.gz) = 83632 bytes
+SHA1 (pydoctor-16.3.0.tar.gz) = 27112550bc29505ba3d3f908efde56151d65e7c2
+RMD160 (pydoctor-16.3.0.tar.gz) = 0037d6e733f4192ea9d2d9642dcbf8604793c919
+SHA512 (pydoctor-16.3.0.tar.gz) = d0eb7cd491c32f76cf34b4c27de865b0ff074f172d40cbf65abdaf07c13ebca9bd0dfa4ffa53b33ad1220f1d06981557db978b73cc1e5283a98a1425240a9a26
+Size (pydoctor-16.3.0.tar.gz) = 94811 bytes



Home | Main Index | Thread Index | Old Index