https://github.com/lincolnloop/pkg-uwsgi-python
uWSGI for Python Debian/Ubuntu package builder
https://github.com/lincolnloop/pkg-uwsgi-python
ppa python ubuntu uwsgi
Last synced: 3 months ago
JSON representation
uWSGI for Python Debian/Ubuntu package builder
- Host: GitHub
- URL: https://github.com/lincolnloop/pkg-uwsgi-python
- Owner: lincolnloop
- Created: 2018-03-08T21:33:11.000Z (over 7 years ago)
- Default Branch: bionic
- Last Pushed: 2018-04-02T19:29:37.000Z (over 7 years ago)
- Last Synced: 2025-04-09T18:54:28.540Z (6 months ago)
- Topics: ppa, python, ubuntu, uwsgi
- Homepage: https://launchpad.net/~lincoln-loop/+archive/ubuntu/uwsgi
- Size: 20.5 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uWSGI for Python debian packages
Builds `.deb` packages for uWSGI with Python 2.7 and the latest Python 3 from the [deadsnakes PPA](https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa). The [dogstatsd plugin](https://github.com/DataDog/uwsgi-dogstatsd) is included as well.## Usage
```bash
docker build -t uwsgi-deb .
docker run --rm -it -v ~/.gnupg:/root/.gnupg uwsgi-deb
```This will build and sign the necessary files and upload them to [the PPA](https://launchpad.net/~lincoln-loop/+archive/ubuntu/uwsgi).
## Releasing a new version
1. Update `UWSGI_VERSION` in the `Dockerfile`.
2. Add an entry to `debian/changelog` (`dch -i` is the easiest way to do this, you can generate the time with `date +"%a, %d %b %Y %H:%m:%S %z"`).---
This is my first attempt and building Debian packages. If you see a problem, please submit an issue or pull request. 🙇