File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ SVN Version
62
62
as suggested by `Jakub Wilk <http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/572d2286ca0b2cec?pli=1> `
63
63
64
64
11. "__int128_t" and "__uint128_t" types were introduced. Many thanks to Gustavo Carneiro
65
- for providing the patch.
65
+ for providing the patch.
66
66
67
67
12. Thanks to Aron Xu, for pointing out that it is better to use "os.name",
68
68
instead of "sys.platform" for platform specific logic.
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ Author: Roman Yakovenko
5
5
Author-email: roman yakovenko at gmail com
6
6
Maintainer: Roman Yakovenko
7
7
Maintainer-email: roman yakovenko at gmail com
8
- Home-page: http://www.language-binding.net/
9
8
Download-url: http://sourceforge.net/project/showfiles.php?group_id=118209
10
9
Summary: Python package for easy C++ declarations navigation
11
10
License: Boost Software License
@@ -24,4 +23,4 @@ Classifier: Development Status :: 5 - Production/Stable
24
23
Classifier: Intended Audience :: Developers
25
24
Classifier: License :: Freeware
26
25
Classifier: Programming Language :: Python
27
- Classifier: Topic :: Software Development
26
+ Classifier: Topic :: Software Development
Original file line number Diff line number Diff line change 11
11
description = "GCC-XML generated file reader" ,
12
12
author = "Roman Yakovenko" ,
13
13
author_email = "[email protected] " ,
14
- url = 'http://www.language-binding.net/pygccxml/pygccxml.html' ,
15
14
packages = [ 'pygccxml' ,
16
15
'pygccxml.declarations' ,
17
16
'pygccxml.parser' ,
You can’t perform that action at this time.
0 commit comments