dev-python/pygraphviz: Version Bump

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=554436

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-09-07 09:33:01 +02:00
parent 346ac11877
commit 7c6b217aa8
4 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
setup.py | 8 --------
1 file changed, 8 deletions(-)
diff --git a/setup.py b/setup.py
index fc0a96f..98b7f58 100644
--- a/setup.py
+++ b/setup.py
@@ -36,13 +36,6 @@ release.write_versionfile()
sys.path.pop(0)
packages = ["pygraphviz", "pygraphviz.tests"]
-docdirbase = 'share/doc/pygraphviz-%s' % release.version
-data = [
- (docdirbase, glob("*.txt")),
- (os.path.join(docdirbase, 'examples'), glob("examples/*.py")),
- (os.path.join(docdirbase, 'examples'), glob("examples/*.dat")),
- (os.path.join(docdirbase, 'examples'), glob("examples/*.dat.gz")),
-]
package_data = {'': ['*.txt'], }
if __name__ == "__main__":
@@ -75,7 +68,6 @@ if __name__ == "__main__":
download_url=release.download_url,
classifiers=release.classifiers,
packages=packages,
- data_files=data,
ext_modules=extension,
cmdclass={
'install': AddExtensionInstallCommand,

View File

@@ -0,0 +1,23 @@
pygraphviz/graphviz.i | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pygraphviz/graphviz.i b/pygraphviz/graphviz.i
index 0d9b43b..5f1f6b0 100644
--- a/pygraphviz/graphviz.i
+++ b/pygraphviz/graphviz.i
@@ -1,9 +1,9 @@
-# Copyright (C) 2004-2006 by
-# Aric Hagberg <hagberg@lanl.gov>
-# Dan Schult <dschult@colgate.edu>
-# Manos Renieris, http://www.cs.brown.edu/~er/
-# Distributed with BSD license.
-# All rights reserved, see LICENSE for details.
+// Copyright (C) 2004-2006 by
+// Aric Hagberg <hagberg@lanl.gov>
+// Dan Schult <dschult@colgate.edu>
+// Manos Renieris, http://www.cs.brown.edu/~er/
+// Distributed with BSD license.
+// All rights reserved, see LICENSE for details.
%module graphviz