mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 16:41:18 +02:00
2021-12-23 Fred Gleason <fredg@paravelsystems.com>
* Refactored the build of the 'python3-rivwebpyapi' deb package so as to include proper PyPI package metadata. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23,10 +23,13 @@
|
||||
SUBDIRS = api\
|
||||
tests
|
||||
|
||||
all: pypi
|
||||
|
||||
pypi:
|
||||
rm -rf pypi
|
||||
../../helpers/build_pypi_package.sh rivwebpyapi
|
||||
cp pypi/dist/* .
|
||||
cp pypi/src/rivwebpyapi.egg-info/* .
|
||||
rm -rf pypi
|
||||
|
||||
post-pypi:
|
||||
@@ -43,7 +46,13 @@ CLEANFILES = *~\
|
||||
*.qm\
|
||||
*.tar.gz\
|
||||
*.whl\
|
||||
moc_*
|
||||
PKG-INFO\
|
||||
SOURCES.txt\
|
||||
dependency_links.txt\
|
||||
moc_*\
|
||||
not-zip-safe\
|
||||
requires.txt\
|
||||
top_level.txt
|
||||
|
||||
DISTCLEANFILES = setup.cfg
|
||||
|
||||
|
Reference in New Issue
Block a user