Remove deb packaging leftovers

This commit is contained in:
Ivan Habunek 2022-11-12 15:29:19 +01:00
parent 22db8eaf2f
commit 5f2e5d6717
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
5 changed files with 1 additions and 18 deletions

1
.gitignore vendored
View File

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

View File

@ -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

View File

@ -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
--------

View File

@ -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/

View File

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