summaryrefslogtreecommitdiffstats
path: root/python-pypi
diff options
context:
space:
mode:
authorFlorian Franzmann2019-09-16 12:03:38 +0200
committerFlorian Franzmann2019-09-16 15:37:02 +0200
commit0478c1dce1f76d82cf7a189f172d9b1ccdb236c0 (patch)
treeefc8c56fff0a453828777ecc95b8b77a0274829a /python-pypi
parente731fcaa40809f630a293ae4aa8615c325a08608 (diff)
python-pypi/episoder: version 0.8.3
Diffstat (limited to 'python-pypi')
-rwxr-xr-xpython-pypi/episoder/DEPENDS7
-rwxr-xr-xpython-pypi/episoder/DETAILS10
-rw-r--r--python-pypi/episoder/HISTORY5
-rwxr-xr-xpython-pypi/episoder/PRE_BUILD3
4 files changed, 15 insertions, 10 deletions
diff --git a/python-pypi/episoder/DEPENDS b/python-pypi/episoder/DEPENDS
index 6c8ed4c0b9..a5b1c5eac8 100755
--- a/python-pypi/episoder/DEPENDS
+++ b/python-pypi/episoder/DEPENDS
@@ -1,4 +1,7 @@
-depends python &&
+depends python3 &&
depends beautifulsoup &&
+depends chardet &&
+depends pyyaml &&
+depends requests &&
depends sqlalchemy &&
-depends pyyaml
+depends python-urllib3
diff --git a/python-pypi/episoder/DETAILS b/python-pypi/episoder/DETAILS
index 0eb18db6c5..122705c6a9 100755
--- a/python-pypi/episoder/DETAILS
+++ b/python-pypi/episoder/DETAILS
@@ -1,10 +1,10 @@
SPELL=episoder
- VERSION=0.6.5
+ VERSION=0.8.3
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://episoder.googlecode.com/files/$SOURCE
- SOURCE_HASH=sha512:e5caf2921da2518e1be337d01acea1310d81c14faeb91c40e014eec3bdc6294a5f2f1cbc7eb9ff4fa0649847f10c75e18833b2ae2795e2c24080d8085e56cd1c
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
- WEB_SITE=http://code.google.com/p/episoder/
+ SOURCE_URL[0]=https://github.com/cockroach/episoder/archive/$SOURCE
+ SOURCE_HASH=sha512:0b0abbd1bf8cc6d0a8734477c176055918c837e5f373d25de1144e12d0963ed2a2594abd7c5174404cb0754861453c402cf837ef265be04854d5dae5c854e5a0
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$SPELL-$VERSION"
+ WEB_SITE=https://github.com/cockroach/episoder
LICENSE[0]=GPL
ENTERED=20061026
SHORT="A tool to tell you about new episodes of your favourite TV shows."
diff --git a/python-pypi/episoder/HISTORY b/python-pypi/episoder/HISTORY
index 0d743f0e89..eaa210742f 100644
--- a/python-pypi/episoder/HISTORY
+++ b/python-pypi/episoder/HISTORY
@@ -1,3 +1,8 @@
+2019-09-16 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.8.3, fetch from github, fix WEB_SITE
+ * DEPENDS: depend on requests, chardet, python-urllib3
+ * PRE_BUILD: removed
+
2010-10-06 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 0.6.5
diff --git a/python-pypi/episoder/PRE_BUILD b/python-pypi/episoder/PRE_BUILD
deleted file mode 100755
index ed9c90ce39..0000000000
--- a/python-pypi/episoder/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sed -i -e "s:/usr/bin/awk:/bin/awk:" pyepisoder/plugins.py