summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* [fix] logilab-common requires python 3.6 nowLaurent Peuch2020-05-071-1/+1
|
* Rename to README.rst to make heptapod display it correctlyNicolas Chauvat2020-05-041-1/+1
|
* Require python >= 3.3Philippe Pepiot2019-11-081-0/+1
| | | | This avoid having a python2 pip pulling our python3 only package.
* [py] Make flake8 a bit less angryNicola Spanti2019-10-251-4/+4
|
* [pkg] pure setuptools setup.py (closes #294479)Rémi Cardona2015-05-281-157/+33
| | | | | - stop installing __pkginfo__ (move it back to root dir) - adapt all packaging to use setuptools
* [layout] change the source directory layoutDavid Douard2015-03-131-14/+14
| | | | | | The logilab.common package now lives in a logilab/common directory to make it pip compliant. Related to #294479.
* [pkg] pytz is only a setuptools test_require, not an install_requires ↵David Douard2014-11-301-0/+2
| | | | (closes #281909)
* [pkg] don't run 2to3 in setup.pyJulien Cristau2014-09-221-14/+1
| | | | | | | We can now run directly on python3 (3.3+, and at least as far as running tests). Closes #265740
* Backport fix done by Benedikt Morbach on pylint for python3 install on win32 ↵Sylvain Th?nault2013-10-031-3/+4
| | | | platforms / cross compilation. Closes #180836
* [packaging] fix regression introduced by aefd37dbb754 leading to crash when ↵logilab-common-version-0.60.0Sylvain Th?nault2013-07-261-1/+1
| | | | installing python3 version of the lib on a linux platform
* Fixed: Install fails on Windows with Python 3.3. Calling subprocess withMike Mueller2013-06-281-2/+4
| | | | `shell=True` works.
* run 2to3 on test data files. Closes #120897Sylvain Th?nault2013-04-111-0/+5
|
* setup: properly install additional files during build instead of install. ↵Sylvain Th?nault2012-08-291-5/+14
| | | | Closes #104045
* add trove classifiers (tell about python 3 support for pypi), fix wrong ↵Sylvain Th?nault2012-01-311-0/+2
| | | | license in README
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
|
* [debian] py3k: update debian rules with new debhelper APIJulien Jehannet2010-12-071-1/+9
| | | | | | | | *** Working In Progress *** - tests cannot pass Try with command: PYTHONPATH=~/src/public lgp build -vv -d py3k --hooks=no
* [pkginfo] make setup.py py3k compatibleJulien Jehannet2010-11-191-3/+3
|
* packaging : add py3k target; update setup.py and other files to make py3k ↵Emile Anclin2010-11-101-45/+6
| | | | packaging work
* fix some pylint detected errorsSylvain Th?nault2010-08-271-1/+1
|
* pkginfo: update setup.py from new policyJulien Jehannet2010-05-211-9/+9
|
* cleanupSylvain Th?nault2010-05-111-4/+0
|
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill ↵Sylvain Th?nault2010-04-281-1/+1
| | | | DEPENDS file
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-3/+20
|
* propify and fix setup.pySylvain Th?nault2010-04-201-12/+5
|
* dependency_links can't be None w/ setuptoolslogilab-common-version-0.50.0Sylvain Th?nault2010-04-201-1/+1
|
* canonical setup.pySylvain Th?nault2010-04-201-28/+10
|
* update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-1/+1
|
* [B] setup.py: remove '--install-layout' option for python setup.py correctlyJulien Jehannet2010-03-221-2/+2
| | | | | | | Use python version (<2.5.4) instead of distutils version to detect existence of 'install-layout' option and remove it accordingly. This option was introduced in 2.5.3-1~exp1 but without distutils version upgrade that breaks installation in last 2.5 series. The code is still necessary for lenny release and should be removed afterwards.
* 2.5.1 support --install-laoutSylvain Th?nault2010-03-221-1/+1
|
* fix bad comparison of distutils version: comparing a list of string with a ↵Sylvain Th?nault2010-02-271-1/+1
| | | | tuple of int...
* lgc 0.47logilab-common-version-0.47.0Sylvain Th?nault2010-02-101-1/+1
|
* [C] debian: refactoring and merge specific cases into unique debian directoryJulien Jehannet2009-09-151-0/+8
|
* [cleanup] delete-trailing-whitespaceNicolas Chauvat2009-07-191-5/+5
|
* setuptools controlsylvain thenault2009-03-241-0/+3
|
* use joinsylvain thenault2009-01-281-1/+1
|
* generate MANIFEST with distutilsJulien Jehannet2009-01-261-1/+2
|
* setuptools doesn't support force-manifest optionlogilab-common-version-0_38_0Sylvain2009-01-261-0/+4
|
* make it more quiet by default (should check distutils --quiet option value)sylvain thenault2009-01-261-3/+5
|
* cleanupsylvain thenault2009-01-211-17/+22
|
* setuptools integrationsylvain thenault2009-01-211-4/+26
|
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-16/+7
|
* fix setupSylvain2006-11-141-3/+4
|
* generalize STD_BLACKLIST usageSylvain2006-11-101-5/+2
|
* check ChangeLogsyt2006-05-091-1/+1
|
* forget the past.root2006-04-261-0/+179
forget the past.