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:
parent
8be560d1a7
commit
7ce1e0b9c5
@ -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"
|
COMMENT= "Python package to retrieve data of the IMDb movie database"
|
||||||
|
|
||||||
V= 1.6
|
V= 1.7
|
||||||
DISTNAME= imdbpy-${V}
|
DISTNAME= imdbpy-${V}
|
||||||
PKGNAME= py-imdb-${V}
|
PKGNAME= py-imdb-${V}
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
MD5 (imdbpy-1.6.tar.gz) = ecba9b6377fc2dbb89443f851e421977
|
MD5 (imdbpy-1.7.tar.gz) = 4d0c7c06a4f0fca1959745eac13c7e60
|
||||||
RMD160 (imdbpy-1.6.tar.gz) = 0341a5a2ad09477887bc9e6ca10ac63f2142e23c
|
RMD160 (imdbpy-1.7.tar.gz) = 39400e11ded2a34e549abc0a4c7809aedc226af6
|
||||||
SHA1 (imdbpy-1.6.tar.gz) = 3684fa1fdc8b7dcb62c7446ee6529350744a6582
|
SHA1 (imdbpy-1.7.tar.gz) = aa8792296e9e89543155f236f939453565d8f135
|
||||||
SIZE (imdbpy-1.6.tar.gz) = 65676
|
SIZE (imdbpy-1.7.tar.gz) = 68568
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
$OpenBSD: patch-setup_py,v 1.2 2004/12/24 18:04:40 xsa Exp $
|
$OpenBSD: patch-setup_py,v 1.3 2005/02/04 17:24:39 xsa Exp $
|
||||||
--- setup.py.orig Thu Dec 23 18:06:36 2004
|
--- setup.py.orig Thu Feb 3 17:51:30 2005
|
||||||
+++ setup.py Fri Dec 24 12:05:29 2004
|
+++ setup.py Fri Feb 4 18:16:08 2005
|
||||||
@@ -49,9 +49,9 @@ params = {'name': 'IMDbPY',
|
@@ -50,9 +50,9 @@ params = {'name': 'IMDbPY',
|
||||||
|
'maintainer_email': 'da@erlug.linux.it',
|
||||||
|
'url': home_page,
|
||||||
'license': 'GPL',
|
'license': 'GPL',
|
||||||
'platforms': 'any',
|
|
||||||
'keywords': ['imdb', 'movie', 'people', 'database'],
|
|
||||||
- 'scripts': ['./bin/get_first_movie', './bin/get_movie',
|
- 'scripts': ['./bin/get_first_movie', './bin/get_movie',
|
||||||
- './bin/search_movie', './bin/get_first_person',
|
- './bin/search_movie', './bin/get_first_person',
|
||||||
- './bin/get_person', './bin/search_person'],
|
- './bin/get_person', './bin/search_person'],
|
||||||
|
@ -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%%
|
%%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/
|
||||||
lib/python${MODPY_VERSION}/site-packages/imdb/Movie.py
|
lib/python${MODPY_VERSION}/site-packages/imdb/Movie.py
|
||||||
lib/python${MODPY_VERSION}/site-packages/imdb/Movie.pyc
|
lib/python${MODPY_VERSION}/site-packages/imdb/Movie.pyc
|
||||||
|
Loading…
Reference in New Issue
Block a user