Remove deb packaging leftovers

pull/226/head
Ivan Habunek 2022-11-12 15:29:19 +01:00
rodzic 22db8eaf2f
commit 5f2e5d6717
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CDBD63C43A30BB95
5 zmienionych plików z 1 dodań i 18 usunięć

1
.gitignore vendored
Wyświetl plik

@ -7,7 +7,6 @@
/.envrc
/.pytest_cache/
/build/
/deb_dist/
/dist/
/docs/_build/
/htmlcov/

Wyświetl plik

@ -4,9 +4,6 @@ dist :
python setup.py sdist --formats=gztar,zip
python setup.py bdist_wheel --python-tag=py3
deb_dist:
python setup.py --command-packages=stdeb.command bdist_deb
publish :
twine upload dist/*.tar.gz dist/*.whl
@ -18,7 +15,7 @@ coverage:
clean :
find . -name "*pyc" | xargs rm -rf $1
rm -rf build dist MANIFEST htmlcov deb_dist toot*.tar.gz
rm -rf build dist MANIFEST htmlcov toot*.tar.gz
changelog:
./scripts/generate_changelog > CHANGELOG.md

Wyświetl plik

@ -8,15 +8,6 @@ toot is packaged for various platforms.
:local:
:backlinks: none
.. warning::
There used to be an **APT package repository** at `bezdomni.net`, managed by
myself. Since toot is now available in the Debian and Ubuntu repos, the repo
is no longer required and will be removed soon.
If you have previously added the repository, remove it by deleting the file
at: ``/etc/apt/sources.list.d/bezdomni.list``.
Overview
--------

Wyświetl plik

@ -31,6 +31,5 @@ GitHub release
* Upload the assets generated in previous two steps to the release:
* source dist (.zip and .tar.gz)
* wheel distribution (.whl)
* debian package (.deb)
TODO: this can be automated: https://developer.github.com/v3/repos/releases/

Wyświetl plik

@ -1,3 +0,0 @@
[DEFAULT]
X-Python3-Version: >= 3.4
Copyright-File: LICENSE