Update to 1.7; mostly a bug fixes release, no new features;

See http://imdbpy.sourceforge.net/Changelog.txt for more information;
This commit is contained in:
xsa 2005-02-04 17:24:39 +00:00
parent 8be560d1a7
commit 7ce1e0b9c5
4 changed files with 13 additions and 15 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2005/01/10 08:30:15 xsa Exp $
# $OpenBSD: Makefile,v 1.7 2005/02/04 17:24:39 xsa Exp $
COMMENT= "Python package to retrieve data of the IMDb movie database"
V= 1.6
V= 1.7
DISTNAME= imdbpy-${V}
PKGNAME= py-imdb-${V}
CATEGORIES= misc

View File

@ -1,4 +1,4 @@
MD5 (imdbpy-1.6.tar.gz) = ecba9b6377fc2dbb89443f851e421977
RMD160 (imdbpy-1.6.tar.gz) = 0341a5a2ad09477887bc9e6ca10ac63f2142e23c
SHA1 (imdbpy-1.6.tar.gz) = 3684fa1fdc8b7dcb62c7446ee6529350744a6582
SIZE (imdbpy-1.6.tar.gz) = 65676
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

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-setup_py,v 1.2 2004/12/24 18:04:40 xsa Exp $
--- setup.py.orig Thu Dec 23 18:06:36 2004
+++ setup.py Fri Dec 24 12:05:29 2004
@@ -49,9 +49,9 @@ params = {'name': 'IMDbPY',
$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',
'platforms': 'any',
'keywords': ['imdb', 'movie', 'people', 'database'],
- 'scripts': ['./bin/get_first_movie', './bin/get_movie',
- './bin/search_movie', './bin/get_first_person',
- './bin/get_person', './bin/search_person'],

View File

@ -1,7 +1,5 @@
@comment $OpenBSD: PLIST,v 1.4 2004/12/24 18:04:40 xsa Exp $
@comment $OpenBSD: PLIST,v 1.5 2005/02/04 17:24:39 xsa Exp $
%%SHARED%%
lib/python${MODPY_VERSION}/
lib/python${MODPY_VERSION}/site-packages/
lib/python${MODPY_VERSION}/site-packages/imdb/
lib/python${MODPY_VERSION}/site-packages/imdb/Movie.py
lib/python${MODPY_VERSION}/site-packages/imdb/Movie.pyc