Sébastien Delafond
eac81cba11
Retire EOL'ed python 3.5
2024-06-18 08:09:55 +02:00
Elan Ruusamäe
f001f1a227
Fix uninitalized use of libs and cflags
2024-03-12 15:58:40 +02:00
Elan Ruusamäe
28b65dfb89
Fix hiding pkg-config output
...
Some version of pkg-config prints to stdout their usage
2024-03-12 15:58:40 +02:00
Elan Ruusamäe
de2dda4616
Minor whitespace fix
...
To understand where's definition and where's a call to setup()
2024-03-12 15:58:40 +02:00
Elan Ruusamäe
c46bcf36ee
Remove trailing space in python source
2024-02-17 14:29:31 +02:00
Steve Kowalik
2403940124
Do not unilaterally import distutils in setup.py
...
Python 3.12 removed distutils completly, so also attempt to import
Extension from setuptools, and if that fails, to import it from
distutils.
2024-01-16 15:43:17 +11:00
Sébastien Delafond
03a2f41379
README: explicit reST
2023-12-15 06:13:41 +01:00
Sébastien Delafond
269413b12b
Officially support up to python 3.12
2023-11-12 14:30:23 +01:00
Sébastien Delafond
ec3b879473
Officially support up to python 3.9
2021-01-18 10:17:06 +01:00
Anatoli Babenia
c4086a1173
Clean up unused Distribution sublcass
2019-12-16 21:54:46 +03:00
Sébastien Delafond
42cf9fb115
Update author and maintainer fields in setup.py
...
This follows https://bugs.python.org/msg93286 for multiple authors.
2018-04-06 11:11:07 +02:00
Sébastien Delafond
d2198c51fc
Add long_description to setup.py
2018-04-06 10:58:31 +02:00
Sébastien Delafond
58e6c0d2da
Pass setup.py classifiers as an array
2018-04-06 10:42:31 +02:00
Sébastien Delafond
069c579b32
Do not require Changelog or README.new_fusepy_api.html to create a sdist
...
Later on, we will adapt make_release.sh to generate a changelog from the
git log.
2018-04-06 10:24:37 +02:00
Sébastien Delafond
a140a2263f
Fix module name in python 3
2018-03-22 19:26:37 +01:00
Sébastien Delafond
0727488375
Use --help instead deprecated --usage to asset presence of pkg-config ( Closes : #5 )
2018-03-22 17:54:58 +01:00
Sébastien Delafond
4b615c4bb9
Adjust setup.py
2018-02-20 12:00:06 +01:00
Sébastien Delafond
323099c361
Initial 2to3 pass
2018-02-17 09:12:24 +01:00
dzsekijo
18db002e85
Meta files face lift.
...
- Speak directly to package maintainers about compat issues
- Miklos Szeredi deserves to be in AUTHORS
- Also add Changelog and README.new_fusepy_api.html to source distro
(ie. 'setup.py sdist' result)
2007-05-15 17:46:39 +00:00
dzsekijo
4e22c3952c
make setup.py PyPI compatible
2007-05-15 13:40:56 +00:00
dzsekijo
5424512e5d
add support for Python egg creation
2007-05-14 22:43:59 +00:00
dzsekijo
2ac18c6ebc
clean up threading related code a bit, let module be compiled for Pythons with no threading support
2006-12-12 17:44:29 +00:00
dzsekijo
9a004ad3cc
Restructured source tree / II.:
...
- Created fuseparts package
- <generic opt parsing code> -> fuseparts/subbedoptparse.py
- _fusemeta.py -> fuseparts/__init__.py
- _fusemodule.c -> fuseparts/_fusemodule.c
2006-06-06 20:19:10 +00:00
dzsekijo
5f77e13bbf
setup.py related fixes
2006-05-27 07:23:51 +00:00
dzsekijo
120f3f0c10
Syntax cleanup 2: fix indetation, uniformize look
2006-05-26 16:01:53 +00:00
dzsekijo
d320c71314
Rebase build system on pkg-config.
2006-05-23 07:02:29 +00:00
sdelafond
57d4432e33
Took over maintainership.
2004-11-22 01:40:12 +00:00
mszeredi
e6e00fc574
Initial revision
2004-11-11 15:41:27 +00:00