pkgsrc-Bugs archive

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

pkg/42563: Update devel/py-zconfig



>Number:         42563
>Category:       pkg
>Synopsis:       Update devel/py-zconfig
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 01 18:05:00 +0000 2010
>Originator:     Derouiche
>Release:        netbsd 5.0.1
>Organization:
Algerie Motors
>Environment:
NetBSD Tabouk 5.0.1 NetBSD 5.0.1 (GENERIC) #0: Thu Jul 30 01:39:11 UTC 2009  
builds%b8.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-1-RELEASE/i386/200907292356Z-obj/home/builds/ab/netbsd-5-0-1-RELEASE/src/sys/arch/i386/compile/GENERIC
 i386

>Description:
I tried to update sysutils/py-anita to the latest available version,2.6.1

pkgsrc-changes:
--------------
  o update version
  o compatibility python: 26 25 24
  o added documentation

$ diff -ruN Makefile.orig Makefile
--- Makefile.orig       2010-01-01 18:16:58.000000000 +0000
+++ Makefile    2010-01-01 18:54:40.000000000 +0000
@@ -1,19 +1,28 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:28 jlam Exp $
+# $NetBSD$
 #
 
-DISTNAME=              ZConfig-1.0
-PKGNAME=               ${PYPKGPREFIX}-zconfig-1.0
-PKGREVISION=           1
-CATEGORIES=            devel python
-MASTER_SITES=          http://www.zope.org/Members/fdrake/zconfig/
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://www.zope.org/Members/fdrake/zconfig/
-COMMENT=               Configuration library
+DISTNAME=      ZConfig-2.6.1
+PKGNAME=       ${PYPKGPREFIX}-zconfig-2.6.1
+CATEGORIES=    devel python
+MASTER_SITES=  http://pypi.python.org/packages/source/Z/ZConfig/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.zope.org/Members/fdrake/zconfig/
+COMMENT=       Configuration library
+
+#LICENSE=      # TODO: (see mk/license.mk)
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-PYDISTUTILSPKG=                yes
+USE_LANGUAGES= # none
+
+#python section
+PYTHON_VERSIONS_ACCEPTED= 26 25 24
+
+post-install:
+       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/py-zconfig
+       ${INSTALL_DATA} ${WRKSRC}/doc/zconfig.pdf \
+               ${DESTDIR}${PREFIX}/share/doc/py-zconfig
 
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

$ diff -ruN PLIST.orig PLIST
--- PLIST.orig  2010-01-01 18:17:02.000000000 +0000
+++ PLIST       2010-01-01 18:55:27.000000000 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:50 recht Exp $
-${PYSITELIB}/ZConfig/Config.py
-${PYSITELIB}/ZConfig/Config.pyc
-${PYSITELIB}/ZConfig/Config.pyo
-${PYSITELIB}/ZConfig/Context.py
-${PYSITELIB}/ZConfig/Context.pyc
-${PYSITELIB}/ZConfig/Context.pyo
+@comment $NetBSD$
+bin/zconfig
+bin/zconfig_schema2html
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/ZConfig/__init__.py
 ${PYSITELIB}/ZConfig/__init__.pyc
 ${PYSITELIB}/ZConfig/__init__.pyo
@@ -14,6 +15,53 @@
 ${PYSITELIB}/ZConfig/cmdline.py
 ${PYSITELIB}/ZConfig/cmdline.pyc
 ${PYSITELIB}/ZConfig/cmdline.pyo
+${PYSITELIB}/ZConfig/components/__init__.py
+${PYSITELIB}/ZConfig/components/__init__.pyc
+${PYSITELIB}/ZConfig/components/__init__.pyo
+${PYSITELIB}/ZConfig/components/basic/__init__.py
+${PYSITELIB}/ZConfig/components/basic/__init__.pyc
+${PYSITELIB}/ZConfig/components/basic/__init__.pyo
+${PYSITELIB}/ZConfig/components/basic/component.xml
+${PYSITELIB}/ZConfig/components/basic/mapping.py
+${PYSITELIB}/ZConfig/components/basic/mapping.pyc
+${PYSITELIB}/ZConfig/components/basic/mapping.pyo
+${PYSITELIB}/ZConfig/components/basic/mapping.xml
+${PYSITELIB}/ZConfig/components/basic/tests/__init__.py
+${PYSITELIB}/ZConfig/components/basic/tests/__init__.pyc
+${PYSITELIB}/ZConfig/components/basic/tests/__init__.pyo
+${PYSITELIB}/ZConfig/components/basic/tests/test_mapping.py
+${PYSITELIB}/ZConfig/components/basic/tests/test_mapping.pyc
+${PYSITELIB}/ZConfig/components/basic/tests/test_mapping.pyo
+${PYSITELIB}/ZConfig/components/logger/__init__.py
+${PYSITELIB}/ZConfig/components/logger/__init__.pyc
+${PYSITELIB}/ZConfig/components/logger/__init__.pyo
+${PYSITELIB}/ZConfig/components/logger/abstract.xml
+${PYSITELIB}/ZConfig/components/logger/base-logger.xml
+${PYSITELIB}/ZConfig/components/logger/component.xml
+${PYSITELIB}/ZConfig/components/logger/datatypes.py
+${PYSITELIB}/ZConfig/components/logger/datatypes.pyc
+${PYSITELIB}/ZConfig/components/logger/datatypes.pyo
+${PYSITELIB}/ZConfig/components/logger/eventlog.xml
+${PYSITELIB}/ZConfig/components/logger/factory.py
+${PYSITELIB}/ZConfig/components/logger/factory.pyc
+${PYSITELIB}/ZConfig/components/logger/factory.pyo
+${PYSITELIB}/ZConfig/components/logger/handlers.py
+${PYSITELIB}/ZConfig/components/logger/handlers.pyc
+${PYSITELIB}/ZConfig/components/logger/handlers.pyo
+${PYSITELIB}/ZConfig/components/logger/handlers.xml
+${PYSITELIB}/ZConfig/components/logger/logger.py
+${PYSITELIB}/ZConfig/components/logger/logger.pyc
+${PYSITELIB}/ZConfig/components/logger/logger.pyo
+${PYSITELIB}/ZConfig/components/logger/logger.xml
+${PYSITELIB}/ZConfig/components/logger/loghandler.py
+${PYSITELIB}/ZConfig/components/logger/loghandler.pyc
+${PYSITELIB}/ZConfig/components/logger/loghandler.pyo
+${PYSITELIB}/ZConfig/components/logger/tests/__init__.py
+${PYSITELIB}/ZConfig/components/logger/tests/__init__.pyc
+${PYSITELIB}/ZConfig/components/logger/tests/__init__.pyo
+${PYSITELIB}/ZConfig/components/logger/tests/test_logger.py
+${PYSITELIB}/ZConfig/components/logger/tests/test_logger.pyc
+${PYSITELIB}/ZConfig/components/logger/tests/test_logger.pyo
 ${PYSITELIB}/ZConfig/datatypes.py
 ${PYSITELIB}/ZConfig/datatypes.pyc
 ${PYSITELIB}/ZConfig/datatypes.pyo
@@ -29,24 +77,60 @@
 ${PYSITELIB}/ZConfig/schema.py
 ${PYSITELIB}/ZConfig/schema.pyc
 ${PYSITELIB}/ZConfig/schema.pyo
+${PYSITELIB}/ZConfig/schemaless.py
+${PYSITELIB}/ZConfig/schemaless.pyc
+${PYSITELIB}/ZConfig/schemaless.pyo
+${PYSITELIB}/ZConfig/schemaless.txt
 ${PYSITELIB}/ZConfig/substitution.py
 ${PYSITELIB}/ZConfig/substitution.pyc
 ${PYSITELIB}/ZConfig/substitution.pyo
 ${PYSITELIB}/ZConfig/tests/__init__.py
 ${PYSITELIB}/ZConfig/tests/__init__.pyc
 ${PYSITELIB}/ZConfig/tests/__init__.pyo
-${PYSITELIB}/ZConfig/tests/runtests.py
-${PYSITELIB}/ZConfig/tests/runtests.pyc
-${PYSITELIB}/ZConfig/tests/runtests.pyo
+${PYSITELIB}/ZConfig/tests/foosample.zip
+${PYSITELIB}/ZConfig/tests/input/base-datatype1.xml
+${PYSITELIB}/ZConfig/tests/input/base-datatype2.xml
+${PYSITELIB}/ZConfig/tests/input/base-keytype1.xml
+${PYSITELIB}/ZConfig/tests/input/base-keytype2.xml
+${PYSITELIB}/ZConfig/tests/input/base.xml
+${PYSITELIB}/ZConfig/tests/input/include.conf
+${PYSITELIB}/ZConfig/tests/input/inner.conf
+${PYSITELIB}/ZConfig/tests/input/library.xml
+${PYSITELIB}/ZConfig/tests/input/logger.xml
+${PYSITELIB}/ZConfig/tests/input/outer.conf
+${PYSITELIB}/ZConfig/tests/input/simple.conf
+${PYSITELIB}/ZConfig/tests/input/simple.xml
+${PYSITELIB}/ZConfig/tests/input/simplesections.conf
+${PYSITELIB}/ZConfig/tests/input/simplesections.xml
+${PYSITELIB}/ZConfig/tests/library/README.txt
+${PYSITELIB}/ZConfig/tests/library/__init__.py
+${PYSITELIB}/ZConfig/tests/library/__init__.pyc
+${PYSITELIB}/ZConfig/tests/library/__init__.pyo
+${PYSITELIB}/ZConfig/tests/library/thing/__init__.py
+${PYSITELIB}/ZConfig/tests/library/thing/__init__.pyc
+${PYSITELIB}/ZConfig/tests/library/thing/__init__.pyo
+${PYSITELIB}/ZConfig/tests/library/thing/component.xml
+${PYSITELIB}/ZConfig/tests/library/thing/extras/extras.xml
+${PYSITELIB}/ZConfig/tests/library/widget/__init__.py
+${PYSITELIB}/ZConfig/tests/library/widget/__init__.pyc
+${PYSITELIB}/ZConfig/tests/library/widget/__init__.pyo
+${PYSITELIB}/ZConfig/tests/library/widget/component.xml
+${PYSITELIB}/ZConfig/tests/library/widget/extra.xml
 ${PYSITELIB}/ZConfig/tests/support.py
 ${PYSITELIB}/ZConfig/tests/support.pyc
 ${PYSITELIB}/ZConfig/tests/support.pyo
+${PYSITELIB}/ZConfig/tests/test_cfgimports.py
+${PYSITELIB}/ZConfig/tests/test_cfgimports.pyc
+${PYSITELIB}/ZConfig/tests/test_cfgimports.pyo
 ${PYSITELIB}/ZConfig/tests/test_cmdline.py
 ${PYSITELIB}/ZConfig/tests/test_cmdline.pyc
 ${PYSITELIB}/ZConfig/tests/test_cmdline.pyo
 ${PYSITELIB}/ZConfig/tests/test_config.py
 ${PYSITELIB}/ZConfig/tests/test_config.pyc
 ${PYSITELIB}/ZConfig/tests/test_config.pyo
+${PYSITELIB}/ZConfig/tests/test_cookbook.py
+${PYSITELIB}/ZConfig/tests/test_cookbook.pyc
+${PYSITELIB}/ZConfig/tests/test_cookbook.pyo
 ${PYSITELIB}/ZConfig/tests/test_datatypes.py
 ${PYSITELIB}/ZConfig/tests/test_datatypes.pyc
 ${PYSITELIB}/ZConfig/tests/test_datatypes.pyo
@@ -56,9 +140,24 @@
 ${PYSITELIB}/ZConfig/tests/test_schema.py
 ${PYSITELIB}/ZConfig/tests/test_schema.pyc
 ${PYSITELIB}/ZConfig/tests/test_schema.pyo
+${PYSITELIB}/ZConfig/tests/test_schemaless.py
+${PYSITELIB}/ZConfig/tests/test_schemaless.pyc
+${PYSITELIB}/ZConfig/tests/test_schemaless.pyo
 ${PYSITELIB}/ZConfig/tests/test_subst.py
 ${PYSITELIB}/ZConfig/tests/test_subst.pyc
 ${PYSITELIB}/ZConfig/tests/test_subst.pyo
+${PYSITELIB}/ZConfig/tests/zipsource/README.txt
+${PYSITELIB}/ZConfig/tests/zipsource/foo/__init__.py
+${PYSITELIB}/ZConfig/tests/zipsource/foo/__init__.pyc
+${PYSITELIB}/ZConfig/tests/zipsource/foo/__init__.pyo
+${PYSITELIB}/ZConfig/tests/zipsource/foo/sample/__init__.py
+${PYSITELIB}/ZConfig/tests/zipsource/foo/sample/__init__.pyc
+${PYSITELIB}/ZConfig/tests/zipsource/foo/sample/__init__.pyo
+${PYSITELIB}/ZConfig/tests/zipsource/foo/sample/component.xml
+${PYSITELIB}/ZConfig/tests/zipsource/foo/sample/datatypes.py
+${PYSITELIB}/ZConfig/tests/zipsource/foo/sample/datatypes.pyc
+${PYSITELIB}/ZConfig/tests/zipsource/foo/sample/datatypes.pyo
 ${PYSITELIB}/ZConfig/url.py
 ${PYSITELIB}/ZConfig/url.pyc
 ${PYSITELIB}/ZConfig/url.pyo
+share/doc/py-zconfig/zconfig.pdf
>How-To-Repeat:
n/a
>Fix:
n/a



Home | Main Index | Thread Index | Old Index