summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2011-03-31 23:23:28 +0200
committerFlorian Franzmann2011-03-31 23:23:28 +0200
commit6ba21e6048381175333b54365146a1000133261b (patch)
treedbc0dd1d328da0cc9cec9f9059d5684899dcb05b
parent76363bfb57972716486c2c2f095c948270afc4f4 (diff)
python-pypi/obnam: new spell, a backup program
-rw-r--r--ChangeLog1
-rwxr-xr-xpython-pypi/obnam/DEPENDS4
-rwxr-xr-xpython-pypi/obnam/DETAILS17
-rw-r--r--python-pypi/obnam/HISTORY4
4 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0dbc7b803..5100579d58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
* python-pypi/python-tracing: new spell, a library for logging debug
messages
* python-pypi/larch: new spell, a B-Tree implementation
+ * python-pypi/obnam: new spell, a backup program
2011-03-31 Treeve Jelbert <treeve@sourcemage.org>
* database/dbd-firebird: new spell, Firebird DBD modules for perl DBI
diff --git a/python-pypi/obnam/DEPENDS b/python-pypi/obnam/DEPENDS
new file mode 100755
index 0000000000..e450851af4
--- /dev/null
+++ b/python-pypi/obnam/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends extrautils &&
+depends larch &&
+depends ttystatus
diff --git a/python-pypi/obnam/DETAILS b/python-pypi/obnam/DETAILS
new file mode 100755
index 0000000000..3a9497fafa
--- /dev/null
+++ b/python-pypi/obnam/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=obnam
+ VERSION=0.15.1
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://code.liw.fi/debian/pool/main/o/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:8edd761a95399a318f2a641439871742b50b9ea5cc261c64a2b0fc61a3ae3a8988279fa8297e71226d2249099293e36b52b40541e0b0c02b77e38ac3d331a844
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://braawi.org/obnam"
+ LICENSE[0]=GPL
+ ENTERED=20110329
+ SHORT="a backup program"
+cat << EOF
+Obnam is a backup program. It is currently ALPHA quality, meaning that some
+things work, but many things don't, there are probably a lot of bugs, and
+if you rely on it, you will turn bitter and hateful, and will abandon all
+hope for civilisation, move into the rain forest, and talk to birds for the
+rest of your life.
+EOF
diff --git a/python-pypi/obnam/HISTORY b/python-pypi/obnam/HISTORY
new file mode 100644
index 0000000000..c225902dab
--- /dev/null
+++ b/python-pypi/obnam/HISTORY
@@ -0,0 +1,4 @@
+2011-03-31 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created, thanks to Hannes
+ Greiner for the spell
+