Update to 1.8;

See http://imdbpy.sourceforge.net/Changelog.txt for more information;
This commit is contained in:
xsa 2005-03-25 09:22:41 +00:00
parent 65d920593b
commit 72ce2aaa7d
4 changed files with 21 additions and 23 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2005/02/04 17:24:39 xsa Exp $
# $OpenBSD: Makefile,v 1.8 2005/03/25 09:22:41 xsa Exp $
COMMENT= "Python package to retrieve data of the IMDb movie database"
V= 1.7
V= 1.8
DISTNAME= imdbpy-${V}
PKGNAME= py-imdb-${V}
CATEGORIES= misc

View File

@ -1,4 +1,4 @@
MD5 (imdbpy-1.7.tar.gz) = 4d0c7c06a4f0fca1959745eac13c7e60
RMD160 (imdbpy-1.7.tar.gz) = 39400e11ded2a34e549abc0a4c7809aedc226af6
SHA1 (imdbpy-1.7.tar.gz) = aa8792296e9e89543155f236f939453565d8f135
SIZE (imdbpy-1.7.tar.gz) = 68568
MD5 (imdbpy-1.8.tar.gz) = 9db12cda89cbd1a8cd90dfe928321f85
RMD160 (imdbpy-1.8.tar.gz) = df4ca0b56503c8c579df8e72902dd9d3f7366a0d
SHA1 (imdbpy-1.8.tar.gz) = 66626eda6ea0ab517e95bbd27c3c3522afb57aab
SIZE (imdbpy-1.8.tar.gz) = 79225

View File

@ -1,16 +1,13 @@
$OpenBSD: patch-setup_py,v 1.3 2005/02/04 17:24:39 xsa Exp $
--- setup.py.orig Thu Feb 3 17:51:30 2005
+++ setup.py Fri Feb 4 18:16:08 2005
@@ -50,9 +50,9 @@ params = {'name': 'IMDbPY',
'maintainer_email': 'da@erlug.linux.it',
'url': home_page,
'license': 'GPL',
- 'scripts': ['./bin/get_first_movie', './bin/get_movie',
- './bin/search_movie', './bin/get_first_person',
- './bin/get_person', './bin/search_person'],
+# 'scripts': ['./bin/get_first_movie', './bin/get_movie',
+# './bin/search_movie', './bin/get_first_person',
+# './bin/get_person', './bin/search_person'],
'packages': ['imdb', 'imdb.parser',
'imdb.parser.http', 'imdb.parser.local'],
'ext_modules': [ratober]}
$OpenBSD: patch-setup_py,v 1.4 2005/03/25 09:22:41 xsa Exp $
--- setup.py.orig Thu Mar 24 17:14:44 2005
+++ setup.py Fri Mar 25 10:10:41 2005
@@ -19,7 +19,8 @@ from distutils.core import setup, Extens
# interface to the web database is always available.
DO_LOCAL = 1
# Install some very simple example scripts.
-DO_SCRIPTS = 1
+#DO_SCRIPTS = 1
+DO_SCRIPTS = 0
# --- NOTHING TO CONFIGURE BELOW.

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2005/02/04 17:24:39 xsa Exp $
@comment $OpenBSD: PLIST,v 1.6 2005/03/25 09:22:41 xsa Exp $
%%SHARED%%
lib/python${MODPY_VERSION}/site-packages/imdb/
lib/python${MODPY_VERSION}/site-packages/imdb/Movie.py
@ -39,6 +39,7 @@ lib/python${MODPY_VERSION}/site-packages/imdb/utils.pyc
share/doc/py-imdb/
share/doc/py-imdb/README.devel
share/doc/py-imdb/README.local
share/doc/py-imdb/README.mobile
share/doc/py-imdb/README.package
share/doc/py-imdb/README.txt
share/doc/py-imdb/README.users