summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Enforce policy that we cannot use for sdist system with too recent OpenSSL.Matěj Cepl2016-12-131-3/+47
| | | | Version of OpenSSL > 1.0.1 breaks compatibility with RHEL-6.
* New release 0.25.0.0.25.0Matěj Cepl2016-07-221-2/+1
|
* Don't swig on the ancient platforms.Matěj Cepl2016-07-111-1/+46
| | | | Fixes #140
* setup.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-201-1/+1
|
* Eliminate pack.pyMatěj Cepl2016-05-181-2/+3
| | | | Similar functionality is already in Clean() class of setup.py.
* Make long_description a string, not a tupleCraig Rodrigues2016-05-161-1/+1
| | | | This fixes one problem with setup.py and Python 3
* setup.py: Add note about smartcards.Matěj Cepl2016-05-111-1/+2
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@729 2715db39-9adf-0310-9c64-84f055769b4b
* Don't ignore any --swig-opts passed on the command line.Konstantinos Koukopoulos2016-04-281-0/+3
|
* More thorough setup.py clean. Remove also generated modules.Matěj Cepl2016-04-111-2/+28
|
* make build directory before attempting to write output file _m2crypto.py;Paul Brussee2016-02-261-0/+2
| | | | fixes #102;
* Fixed "This openssl-devel package does not work your architecture" on 32-bit ↵Andreas Maier2016-02-151-1/+12
| | | | | | | | RHEL/CentOS/Fedora. Details: - Added code in setup.py that normalizes the result of `platform.machine()` before being used for the `-D__{arch}__` option of Swig.
* Separate version number into a separate module and use it in setup.py.Matěj Cepl2016-02-021-1/+10
| | | | Fixes #98
* Release 0.23.00.23.0Matěj Cepl2016-01-291-1/+1
|
* Accommodating review comment ... using next() instead of full list.Matěj Cepl2016-01-211-5/+4
|
* Move openssl option to build_ext, but read it from options of build as well.Matěj Cepl2016-01-201-1/+24
| | | | Fixes #89
* Reformatting setup() command to be more readable.Matěj Cepl2016-01-201-45/+49
|
* Use PEP 440 compliant version number.Craig Rodrigues2015-12-031-1/+1
| | | | | See: https://www.python.org/dev/peps/pep-0440/#public-version-identifiers
* Use setuptools by default and remove distutils usageCraig Rodrigues2015-12-031-13/+10
| | | | | | | | According to: http://python-packaging-user-guide.readthedocs.org/en/latest/current/#packaging-tool-recommendations setuptools is recommended for Python packages. Use the following as guidelines for writing setup.py: https://packaging.python.org/en/latest/distributing/ https://github.com/pypa/sampleproject
* RHEL-6 doesn't need to investigate proper multiarch.Matěj Cepl2015-11-251-16/+10
|
* Make the construct working even for python 26, where there is no sysconfig ↵Matěj Cepl2015-11-251-6/+14
| | | | | | | | module. Fixes #69 and fixes #49 Also, remove fedora_setup.sh.
* Make patch working on Fedora/RHEL again.Matěj Cepl2015-11-251-14/+14
|
* On Linux, add multiarch directory to include path.Craig Rodrigues2015-11-251-0/+6
| | | | | | | For example, on Ubuntu, this adds /usr/include/x86_64-linux-gnu/ to the include path. See: https://wiki.debian.org/Python/MultiArch
* One more RC for 0.22.6Matěj Cepl2015-11-021-1/+1
|
* RC for testingMatěj Cepl2015-10-191-1/+1
|
* Add missing files to MANIFEST.inMatěj Cepl2015-10-161-1/+1
| | | | | | | I haven’t tested really fix contained in 0.22.5 so I have missed some other files which were missing to run ``setup.py test`` successfully. Fixes #62
* Add SWIG/*.h as well.0.22.5Matěj Cepl2015-10-131-1/+1
| | | | Fixes #60
* New release.0.22.4Matěj Cepl2015-10-131-5/+5
| | | | Changed maintainer and URL.
* Clean up setup.py to be PEP8-compliant.Matěj Cepl2015-10-131-36/+36
|
* We forgot import platform somewhere so tests were failing.Matěj Cepl2015-10-131-2/+4
|
* Fix build with SWIG 3.0.5Miloslav Trmač2015-10-131-58/+38
| | | | | | | | | | See analysis and previous patches in https://github.com/martinpaljak/M2Crypto/issues/60 and https://github.com/swig/swig/issues/344, in particular this adds the build machinery to patch https://github.com/martinpaljak/M2Crypto/issues/60#issuecomment-75735489 Fixes #47
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-0/+4
| | | | Fixes #48
* 0.21 release tarball was buggy, so need to release 0.21.1.Heikki Toivonen2011-01-151-2/+2
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/branches/0.21@737 2715db39-9adf-0310-9c64-84f055769b4b
* Open trunk for 0.21 work.Heikki Toivonen2009-08-271-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@713 2715db39-9adf-0310-9c64-84f055769b4b
* Add 2009 copyrights.Heikki Toivonen2009-02-061-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@665 2715db39-9adf-0310-9c64-84f055769b4b
* Add Trove classification: Topic :: Software Development :: Libraries :: ↵Heikki Toivonen2009-02-061-0/+1
| | | | | | Python Modules git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@664 2715db39-9adf-0310-9c64-84f055769b4b
* Fix long desc and classifiers so that we can use upload command.Heikki Toivonen2008-10-061-2/+18
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@639 2715db39-9adf-0310-9c64-84f055769b4b
* Trunk is moving towards 0.20.Heikki Toivonen2008-09-171-1/+3
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@626 2715db39-9adf-0310-9c64-84f055769b4b
* Working towards 0.19 release on the trunk.Heikki Toivonen2007-10-081-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@592 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 9404, redo build fix when OpenSSL configured without EC.Heikki Toivonen2007-10-081-5/+5
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@585 2715db39-9adf-0310-9c64-84f055769b4b
* Homepage moved, although old URL will still work (redirects).Heikki Toivonen2007-07-261-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@579 2715db39-9adf-0310-9c64-84f055769b4b
* Make setup.py work with Python 2.3, patch by Thomas Uram.Heikki Toivonen2007-07-111-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@572 2715db39-9adf-0310-9c64-84f055769b4b
* A test-only change slipped in, foo -> usr.Heikki Toivonen2007-06-221-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@565 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 9477, moved --openssl option from general setup.py option to build_ext ↵Heikki Toivonen2007-06-221-40/+55
| | | | | | | | | | | option, meaning you need to do: python setup.py build build_ext --openssl=/path Patch by Philip Kershaw. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@564 2715db39-9adf-0310-9c64-84f055769b4b
* Typo.Heikki Toivonen2007-06-081-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@528 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 9404, fixed build problem affecting some systems where OpenSSL was built ↵Heikki Toivonen2007-06-071-0/+1
| | | | | | without EC support. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@527 2715db39-9adf-0310-9c64-84f055769b4b
* Instructions from John Nagle on what to do with early OpenSSL 0.9.7 versions.Heikki Toivonen2007-02-021-1/+3
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@516 2715db39-9adf-0310-9c64-84f055769b4b
* Documenting how to build Universal binaries on Mac.Heikki Toivonen2007-01-221-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@511 2715db39-9adf-0310-9c64-84f055769b4b
* Change trunk version numbers to 0.18.Heikki Toivonen2006-12-141-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@501 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 7077, test command to setup.py. setuptools are now required to run unit ↵Heikki Toivonen2006-12-061-6/+10
| | | | | | tests. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@491 2715db39-9adf-0310-9c64-84f055769b4b
* Updating version strings to 0.17.Heikki Toivonen2006-11-211-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@481 2715db39-9adf-0310-9c64-84f055769b4b