<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-systemd.git/Makefile, branch main</title>
<subtitle>github.com: systemd/python-systemd.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/'/>
<entry>
<title>make: fix compat with setuptools &gt;= 61</title>
<updated>2022-08-13T18:56:48+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-13T18:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=09053a21398d1d5afb44268d7207839045184d46'/>
<id>09053a21398d1d5afb44268d7207839045184d46</id>
<content type='text'>
Fixes #110.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #110.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: accept $SPHINXOPTS from the outside</title>
<updated>2022-03-06T18:25:47+00:00</updated>
<author>
<name>Frantisek Sumsal</name>
<email>frantisek@sumsal.cz</email>
</author>
<published>2022-03-06T18:25:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=76e7478a34b7178b18ba5153f1c1dc89faa53cfd'/>
<id>76e7478a34b7178b18ba5153f1c1dc89faa53cfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: Move -std=99 to setup.py</title>
<updated>2020-11-11T21:38:04+00:00</updated>
<author>
<name>Dominik Prien</name>
<email>dprien@users.noreply.github.com</email>
</author>
<published>2019-07-01T17:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=d08f8dd0f4607a72f1d5497467a2f0cf5a8ee5d4'/>
<id>d08f8dd0f4607a72f1d5497467a2f0cf5a8ee5d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: fix "make doc" invocations</title>
<updated>2019-06-16T17:34:39+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2019-06-16T17:34:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=b88119d2b5e8e99874eb807f241c7e629d9b48c5'/>
<id>b88119d2b5e8e99874eb807f241c7e629d9b48c5</id>
<content type='text'>
python insists on adding . to python.path, so we always import the systemd
in the top-level directory instead of the one in build/ that we want. Let's
cd into docs/ first, so that we get the right module imported.

Also, replace sphinx-build calls with $(PYTHON) -m sphinx. This has the
advantage that once $(PYTHON) is set, the appropriate sphinx executable is
chosen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
python insists on adding . to python.path, so we always import the systemd
in the top-level directory instead of the one in build/ that we want. Let's
cd into docs/ first, so that we get the right module imported.

Also, replace sphinx-build calls with $(PYTHON) -m sphinx. This has the
advantage that once $(PYTHON) is set, the appropriate sphinx executable is
chosen.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: use -std=c99</title>
<updated>2019-06-16T15:37:53+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2019-06-16T15:37:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=a17f3c0ec568b657fe8cac0f11a5f33fc8892692'/>
<id>a17f3c0ec568b657fe8cac0f11a5f33fc8892692</id>
<content type='text'>
I see no good reason to support old standards, when systemd itself
requires c99. Let's test with c99 in the CI.

Closes #62.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I see no good reason to support old standards, when systemd itself
requires c99. Let's test with c99 in the CI.

Closes #62.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to constants from systemd-233</title>
<updated>2017-03-26T01:33:05+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-03-26T01:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=a54a7a2f512da45f6f4f2abae964e9f37ff64a8d'/>
<id>a54a7a2f512da45f6f4f2abae964e9f37ff64a8d</id>
<content type='text'>
In systemd-233 the format of the constants file changed to use
SD_ID128_MAKE_STR macro and long lines are broken with '\'.
Doing this in sed is too anyoing — add a simple python script to
do the processing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In systemd-233 the format of the constants file changed to use
SD_ID128_MAKE_STR macro and long lines are broken with '\'.
Doing this in sed is too anyoing — add a simple python script to
do the processing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: add convenience "shell" target to start python shell</title>
<updated>2017-03-19T17:17:13+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-03-19T16:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=fe9756d3ab2e4a1efb98418e2a90e7ec7763eab1'/>
<id>fe9756d3ab2e4a1efb98418e2a90e7ec7763eab1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: add "doc" target for convenience</title>
<updated>2017-03-19T17:17:13+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-03-19T15:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=3f9386a4359219991dba3fd5f770f348270e178b'/>
<id>3f9386a4359219991dba3fd5f770f348270e178b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: remove unneeded -I/usr/include from flags</title>
<updated>2017-03-19T17:17:13+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-03-19T15:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=ae08cbfe1101c452bcd98726bcfbafbc1a5e5b9f'/>
<id>ae08cbfe1101c452bcd98726bcfbafbc1a5e5b9f</id>
<content type='text'>
gcc warns about an include directive that shadows the system include
directory at high verbosity levels. Let's filter it out (pkgconfig
implements that) to reduce noise and also to make the command line
shorter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc warns about an include directive that shadows the system include
directory at high verbosity levels. Let's filter it out (pkgconfig
implements that) to reduce noise and also to make the command line
shorter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: use $(INCLUDE_DIR) also for compilation</title>
<updated>2016-12-14T01:27:47+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-12-14T01:10:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=b4cfd41a06bfd4133d9359731eb637e221d179bf'/>
<id>b4cfd41a06bfd4133d9359731eb637e221d179bf</id>
<content type='text'>
This way we can compile against unreleased systemd:
make PYTHON=python3 INCLUDE_DIR=/home/zbyszek/src/systemd/src
(cd build/lib.linux-x86_64-3.5; systemd-socket-activate -E LD_LIBRARY_PATH=/home/zbyszek/src/systemd-master/.libs -l2000 -l127.0.0.1:2001 python3)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we can compile against unreleased systemd:
make PYTHON=python3 INCLUDE_DIR=/home/zbyszek/src/systemd/src
(cd build/lib.linux-x86_64-3.5; systemd-socket-activate -E LD_LIBRARY_PATH=/home/zbyszek/src/systemd-master/.libs -l2000 -l127.0.0.1:2001 python3)
</pre>
</div>
</content>
</entry>
</feed>
