Update to 1.4;
This commit is contained in:
parent
e1c5a73c68
commit
0e4e7ce99a
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2004/08/04 19:46:15 xsa Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2004/11/15 21:31:57 xsa Exp $
|
||||
|
||||
COMMENT= "Python package to retrieve data of the IMDb movie database"
|
||||
|
||||
V= 1.3
|
||||
V= 1.4
|
||||
DISTNAME= imdbpy-${V}
|
||||
PKGNAME= py-imdb-${V}
|
||||
CATEGORIES= misc
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (imdbpy-1.3.tar.gz) = ec2e0562bbb482596b62a4124f0dda11
|
||||
RMD160 (imdbpy-1.3.tar.gz) = 59bbace7293f8422afed2d3cad6b351b50a8f3d0
|
||||
SHA1 (imdbpy-1.3.tar.gz) = 073f64eb78924cf4cab3b0c57ac736f601efa64a
|
||||
MD5 (imdbpy-1.4.tar.gz) = c74b51520235414695b5561e4e23f5f8
|
||||
RMD160 (imdbpy-1.4.tar.gz) = 685bd6da532e6cbbb9e8e8fddb704b138cf19736
|
||||
SHA1 (imdbpy-1.4.tar.gz) = f24f685542283e5b1c217ccca2823b8abb1b8698
|
||||
|
16
misc/py-imdb/patches/patch-setup_py
Normal file
16
misc/py-imdb/patches/patch-setup_py
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-setup_py,v 1.1 2004/11/15 21:31:58 xsa Exp $
|
||||
--- setup.py.orig Wed Nov 10 20:14:39 2004
|
||||
+++ setup.py Mon Nov 15 20:19:40 2004
|
||||
@@ -46,9 +46,9 @@ params = {'name': 'IMDbPY',
|
||||
'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'],
|
||||
+# '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']}
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/08/10 14:17:03 xsa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/11/15 21:31:58 xsa Exp $
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user