Subject: Re: New package - epydoc
To: D'Arcy J.M. Cain <darcy@NetBSD.org>
From: Sebastian Prause <sebastian-p@gmx.net>
List: tech-pkg
Date: 03/28/2004 16:12:45
* D'Arcy J.M. Cain <darcy@NetBSD.org> wrote:
| I would like to commit this package. I converted it from the FreeBSD package.
| Would anyone like to check it out at
| ftp://ftp.druid.net/pub/distrib/epydoc-pkg.tgz before I do?
Hi,
I tested your package and found two things that should be changed:
1. The sourceforge mirror path is wrong, it's missing the trailing
epydoc/ folder:
--- Makefile~ 2004-03-28 14:24:10.000000000 +0200
+++ Makefile 2004-03-28 15:47:27.000000000 +0200
@@ -3,7 +3,7 @@
DISTNAME= epydoc-2.0
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=epydoc/}
MAINTAINER= packages@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/elib/elib.html
2. There is a lib dir in the package folder after invoking make install:
# ls -l
total 42
-rw-r----- 1 root wheel 489 Dec 29 08:07 DESCR
-rw-r--r-- 1 root wheel 663 Mar 28 15:47 Makefile
-rw-r----- 1 root wheel 20598 Mar 28 14:43 PLIST
-rw-r----- 1 root wheel 118 Feb 3 19:42 distinfo
drwxr-xr-x 3 root root 80 Mar 28 16:09 lib/ <--
drwxr-xr-x 6 root root 640 Mar 28 16:10 work/
# find lib/
lib/
lib/python2p3
lib/python2p3/site-packages
lib/python2p3/site-packages/epydoc
Besides this, the package installs and works fine
-- Sebastian Prause