mirror of
https://github.com/ihabunek/toot
synced 2024-12-22 07:01:46 +01:00
Remove deb packaging leftovers
This commit is contained in:
parent
22db8eaf2f
commit
5f2e5d6717
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,7 +7,6 @@
|
||||
/.envrc
|
||||
/.pytest_cache/
|
||||
/build/
|
||||
/deb_dist/
|
||||
/dist/
|
||||
/docs/_build/
|
||||
/htmlcov/
|
||||
|
5
Makefile
5
Makefile
@ -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
|
||||
|
@ -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
|
||||
--------
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user