mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
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:
29
dev-python/pygraphviz/files/pygraphviz-1.3.1-docs.patch
Normal file
29
dev-python/pygraphviz/files/pygraphviz-1.3.1-docs.patch
Normal 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,
|
||||
23
dev-python/pygraphviz/files/pygraphviz-1.3.1-swig-3.patch
Normal file
23
dev-python/pygraphviz/files/pygraphviz-1.3.1-swig-3.patch
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user