[geneagrapher] 97/226: Made distribution.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:10:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository geneagrapher.

commit 136fccbb7424c8bafb5ab91f025a3ad66b3e2360
Author: David Alber <alber.david at gmail.com>
Date:   Wed Oct 8 03:58:59 2008 +0000

    Made distribution.
---
 Geneagrapher.egg-info/PKG-INFO             |  12 ++++++++
 Geneagrapher.egg-info/SOURCES.txt          |  15 ++++++++++
 Geneagrapher.egg-info/dependency_links.txt |   1 +
 Geneagrapher.egg-info/entry_points.txt     |   3 ++
 Geneagrapher.egg-info/top_level.txt        |   2 ++
 dist/Geneagrapher-0.2-r1.tar.gz            | Bin 0 -> 12839 bytes
 dist/Geneagrapher-0.2-r1.tar.gz.asc        |   7 +++++
 dist/Geneagrapher-0.2-r1.tar.gz.sha1       |   1 +
 dist/Geneagrapher-0.2-r1.zip               | Bin 0 -> 18624 bytes
 dist/Geneagrapher-0.2-r1.zip.asc           |   7 +++++
 dist/Geneagrapher-0.2-r1.zip.sha1          |   1 +
 geneagrapher/GGraph.py                     |  21 ++++++++++++++
 geneagrapher/geneagrapher.py               |  21 ++++++++++++++
 geneagrapher/ggrapher.py                   |  21 ++++++++++++++
 geneagrapher/grab.py                       |  21 ++++++++++++++
 licensify.py                               |  31 --------------------
 makedist.py                                |  45 -----------------------------
 17 files changed, 133 insertions(+), 76 deletions(-)

diff --git a/Geneagrapher.egg-info/PKG-INFO b/Geneagrapher.egg-info/PKG-INFO
new file mode 100644
index 0000000..a8b2f63
--- /dev/null
+++ b/Geneagrapher.egg-info/PKG-INFO
@@ -0,0 +1,12 @@
+Metadata-Version: 1.0
+Name: Geneagrapher
+Version: 0.2-r1
+Summary: Generates mathematic genealogy graph files.
+Home-page: http://www.davidalber.net/
+Author: David Alber
+Author-email: alber.david at gmail.com
+License: MIT
+Description: The Geneagrapher generates Graphviz "dot" files of mathematical
+        genealogies using data from the Math Genealogy Project's website.
+        
+Platform: UNKNOWN
diff --git a/Geneagrapher.egg-info/SOURCES.txt b/Geneagrapher.egg-info/SOURCES.txt
new file mode 100644
index 0000000..a7a9ee6
--- /dev/null
+++ b/Geneagrapher.egg-info/SOURCES.txt
@@ -0,0 +1,15 @@
+COPYING
+ez_setup.py
+setup.py
+Geneagrapher.egg-info/PKG-INFO
+Geneagrapher.egg-info/SOURCES.txt
+Geneagrapher.egg-info/dependency_links.txt
+Geneagrapher.egg-info/entry_points.txt
+Geneagrapher.egg-info/top_level.txt
+geneagrapher/GGraph.py
+geneagrapher/__init__.py
+geneagrapher/geneagrapher.py
+geneagrapher/ggrapher.py
+geneagrapher/grab.py
+tests/__init__.py
+tests/tests.py
\ No newline at end of file
diff --git a/Geneagrapher.egg-info/dependency_links.txt b/Geneagrapher.egg-info/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/Geneagrapher.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/Geneagrapher.egg-info/entry_points.txt b/Geneagrapher.egg-info/entry_points.txt
new file mode 100644
index 0000000..1c3e125
--- /dev/null
+++ b/Geneagrapher.egg-info/entry_points.txt
@@ -0,0 +1,3 @@
+[console_scripts]
+ggrapher = geneagrapher.ggrapher:ggrapher
+
diff --git a/Geneagrapher.egg-info/top_level.txt b/Geneagrapher.egg-info/top_level.txt
new file mode 100644
index 0000000..036db3b
--- /dev/null
+++ b/Geneagrapher.egg-info/top_level.txt
@@ -0,0 +1,2 @@
+geneagrapher
+tests
diff --git a/dist/Geneagrapher-0.2-r1.tar.gz b/dist/Geneagrapher-0.2-r1.tar.gz
new file mode 100644
index 0000000..e1f145c
Binary files /dev/null and b/dist/Geneagrapher-0.2-r1.tar.gz differ
diff --git a/dist/Geneagrapher-0.2-r1.tar.gz.asc b/dist/Geneagrapher-0.2-r1.tar.gz.asc
new file mode 100644
index 0000000..de9c29d
--- /dev/null
+++ b/dist/Geneagrapher-0.2-r1.tar.gz.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.7 (GNU/Linux)
+
+iD8DBQBI69p150Z5V/Ppfh0RAtoyAJ4xa2p0k7tewg/EXZSRlBRMvYv65gCeLbEJ
+ZKuCyYyboxNdA3b38QsPqcI=
+=H/Gh
+-----END PGP SIGNATURE-----
diff --git a/dist/Geneagrapher-0.2-r1.tar.gz.sha1 b/dist/Geneagrapher-0.2-r1.tar.gz.sha1
new file mode 100644
index 0000000..65fed67
--- /dev/null
+++ b/dist/Geneagrapher-0.2-r1.tar.gz.sha1
@@ -0,0 +1 @@
+982dce643240a2547df6da176567473744782395  Geneagrapher-0.2-r1.tar.gz
diff --git a/dist/Geneagrapher-0.2-r1.zip b/dist/Geneagrapher-0.2-r1.zip
new file mode 100644
index 0000000..3369300
Binary files /dev/null and b/dist/Geneagrapher-0.2-r1.zip differ
diff --git a/dist/Geneagrapher-0.2-r1.zip.asc b/dist/Geneagrapher-0.2-r1.zip.asc
new file mode 100644
index 0000000..6a76753
--- /dev/null
+++ b/dist/Geneagrapher-0.2-r1.zip.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.7 (GNU/Linux)
+
+iD8DBQBI69p/50Z5V/Ppfh0RAruAAJ9IjKZAyPP1f5YPmalX+OpSHoRvtwCdEHRu
+pXH86iBkAlOWuBaPAOq6d5Q=
+=ob93
+-----END PGP SIGNATURE-----
diff --git a/dist/Geneagrapher-0.2-r1.zip.sha1 b/dist/Geneagrapher-0.2-r1.zip.sha1
new file mode 100644
index 0000000..bca1783
--- /dev/null
+++ b/dist/Geneagrapher-0.2-r1.zip.sha1
@@ -0,0 +1 @@
+a2d0da0513c480d4c0639ea832fd0dc0707b5da0  Geneagrapher-0.2-r1.zip
diff --git a/geneagrapher/GGraph.py b/geneagrapher/GGraph.py
index e5452d7..c782889 100644
--- a/geneagrapher/GGraph.py
+++ b/geneagrapher/GGraph.py
@@ -1,3 +1,24 @@
+# Copyright (c) 2008 David Alber
+# 
+# Permission is hereby granted, free of charge, to any person obtaining
+# a copy of this software and associated documentation files (the
+# "Software"), to deal in the Software without restriction, including
+# without limitation the rights to use, copy, modify, merge, publish,
+# distribute, sublicense, and/or sell copies of the Software, and to
+# permit persons to whom the Software is furnished to do so, subject to
+# the following conditions:
+# 
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
 """A set of classes for storing the genealogy graph."""
 
 class DuplicateNodeError(Exception):
diff --git a/geneagrapher/geneagrapher.py b/geneagrapher/geneagrapher.py
index 0c1c68b..4b7563e 100644
--- a/geneagrapher/geneagrapher.py
+++ b/geneagrapher/geneagrapher.py
@@ -1,3 +1,24 @@
+# Copyright (c) 2008 David Alber
+# 
+# Permission is hereby granted, free of charge, to any person obtaining
+# a copy of this software and associated documentation files (the
+# "Software"), to deal in the Software without restriction, including
+# without limitation the rights to use, copy, modify, merge, publish,
+# distribute, sublicense, and/or sell copies of the Software, and to
+# permit persons to whom the Software is furnished to do so, subject to
+# the following conditions:
+# 
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
 from optparse import OptionParser
 import GGraph
 import grab
diff --git a/geneagrapher/ggrapher.py b/geneagrapher/ggrapher.py
index d816605..f17c040 100644
--- a/geneagrapher/ggrapher.py
+++ b/geneagrapher/ggrapher.py
@@ -1,3 +1,24 @@
+# Copyright (c) 2008 David Alber
+# 
+# Permission is hereby granted, free of charge, to any person obtaining
+# a copy of this software and associated documentation files (the
+# "Software"), to deal in the Software without restriction, including
+# without limitation the rights to use, copy, modify, merge, publish,
+# distribute, sublicense, and/or sell copies of the Software, and to
+# permit persons to whom the Software is furnished to do so, subject to
+# the following conditions:
+# 
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
 import geneagrapher
 
 def ggrapher():
diff --git a/geneagrapher/grab.py b/geneagrapher/grab.py
index d1f6a1f..98acc27 100644
--- a/geneagrapher/grab.py
+++ b/geneagrapher/grab.py
@@ -1,3 +1,24 @@
+# Copyright (c) 2008 David Alber
+# 
+# Permission is hereby granted, free of charge, to any person obtaining
+# a copy of this software and associated documentation files (the
+# "Software"), to deal in the Software without restriction, including
+# without limitation the rights to use, copy, modify, merge, publish,
+# distribute, sublicense, and/or sell copies of the Software, and to
+# permit persons to whom the Software is furnished to do so, subject to
+# the following conditions:
+# 
+# The above copyright notice and this permission notice shall be
+# included in all copies or substantial portions of the Software.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
 import urllib
 import re
 from htmlentitydefs import name2codepoint
diff --git a/licensify.py b/licensify.py
deleted file mode 100644
index 045b00a..0000000
--- a/licensify.py
+++ /dev/null
@@ -1,31 +0,0 @@
-"""This small tool copies the license text in the file defined in the
-'license' variable below to the top of each file defined in the
-'files' variable. The license is prepended by the comment character.
-
-This script is meant to be called before packaging."""
-
-def prependLicense(file, license):
-    res = ''
-
-    lin = open(license, 'r')
-    for line in lin:
-        res = '%s# %s' % (res, line)
-    lin.close()
-    res = '%s\n' % (res)
-
-    fin = open(file, 'r')
-    for line in fin:
-        res = '%s%s' % (res, line)
-
-    fin.close()
-    return res
-
-if __name__ == '__main__':
-    files = ['geneagrapher/GGraph.py', 'geneagrapher/geneagrapher.py',
-             'geneagrapher/grab.py', 'geneagrapher/ggrapher.py']
-    license = 'COPYING'
-    for file in files:
-        res = prependLicense(file, license)
-        fout = open(file, "w")
-        fout.write(res)
-        fout.close()
diff --git a/makedist.py b/makedist.py
deleted file mode 100644
index cbbf093..0000000
--- a/makedist.py
+++ /dev/null
@@ -1,45 +0,0 @@
-"""This tool sets up a distribution of the software by automating
-several tasks that need to be done.
-
-The directory should be in pristine condition when this is run (i.e.,
-devoid of files that need to be removed before packaging begins). It
-is best to run this on a fresh check out of the repository."""
-
-import os
-import licensify
-
-if __name__ == '__main__':
-    # "Licensify" the source files.
-    files = ['geneagrapher/GGraph.py', 'geneagrapher/geneagrapher.py',
-             'geneagrapher/grab.py', 'geneagrapher/ggrapher.py']
-    license = 'COPYING'
-    for file in files:
-        res = licensify.prependLicense(file, license)
-        fout = open(file, "w")
-        fout.write(res)
-        fout.close()
-
-    # Remove files (including this one) that are not to be in the
-    # distribution.
-    os.system('svn rm licensify.py')
-    os.system('rm -f licensify.pyc')
-    os.system('svn rm makedist.py')
-    os.system('rm -f makedist.pyc')
-
-    # Make the distribution.
-    os.system('python setup.py sdist --format gztar,zip')
-
-    # Compute digests and signatures.
-    os.chdir('dist')
-    dirl = os.listdir('.')
-    for file in dirl:
-        comm = 'sha1sum %s > %s.sha1' % (file, file)
-        os.system(comm)
-
-        comm = 'gpg -abs %s' % (file)
-        os.system(comm)
-    os.chdir('..')
-
-    # Add files to repository.
-    os.system('svn add Geneagrapher.egg-info')
-    os.system('svn add dist')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/geneagrapher.git



More information about the debian-science-commits mailing list