Skip to content

Commit

Permalink
Merge pull request #125 from iMichka/python2
Browse files Browse the repository at this point in the history
setup and readme: update python versions and urls
  • Loading branch information
iMichka authored Jul 16, 2020
2 parents aa85241 + afff337 commit 486bc4d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
13 changes: 7 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Install instructions can be found `here <http://pygccxml.readthedocs.io/en/maste
Compatibility
-------------

pygccxml is compatible with Python 2.7, 3.4, 3.5, pypy and pypy3.
pygccxml is compatible with Python 3.5, 3.6, 3.7, 3.8 and pypy3.

Documentation and examples
--------------------------
Expand All @@ -46,9 +46,11 @@ License
Contact us
----------

You can contact us through the `CastXML mailing list <http://public.kitware.com/mailman/listinfo/castxml/>`_.
For issues with pygccxml you can open an issue `here <https://github.com/CastXML/pygccxml/issues/>`_.

For issues with CastXML you can open an issue `here <https://github.com/CastXML/CastXML>`_.

For issues with pygccxml you can open an issue `here <https://github.com/gccxml/pygccxml/issues/>`_.
You can contact us through the `CastXML mailing list <http://public.kitware.com/mailman/listinfo/castxml/>`_.

Branches
--------
Expand All @@ -60,13 +62,12 @@ The develop branch contains the latest improvements but can be unstable. Pull Re
Testing and code coverage
-------------------------

You can find the Mac and Linux builds `here <https://travis-ci.org/gccxml/pygccxml/builds>`_.
The Windows builds are located `here <https://ci.appveyor.com/project/iMichka/pygccxml>`_.
The builds are done using the Github Actions infrastructure.

Running the test suite is done with:

.. code-block::
python3 -m unittests.test_all
Code coverage is also available. It is automatically updated after each commit and can be found `here <https://coveralls.io/r/gccxml/pygccxml>`_.
Code coverage is also available. It is automatically updated after each commit and can be found `here <https://codecov.io/gh/iMichka/pygccxml>`_.
11 changes: 4 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
maintainer="Michka Popoff and the Insight Software Consortium",
maintainer_email="[email protected]",
description="Python package for easy C++ declarations navigation.",
url="https://github.com/gccxml/pygccxml",
download_url="https://github.com/gccxml/pygccxml/archive/v" +
url="https://github.com/CastXML/pygccxml",
download_url="https://github.com/CastXML/pygccxml/archive/v" +
version + ".tar.gz",
license="Boost",
keywords="C++, declaration parser, CastXML, gccxml",
Expand All @@ -32,13 +32,10 @@
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development",
Expand Down

0 comments on commit 486bc4d

Please sign in to comment.