2022-01-08 Fred Gleason <fredg@paravelsystems.com>

* Consolidated the 'pypad' and 'rivwebpyapi' Python modules into
	a single 'rivendellaudio' package namespace.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-01-08 15:36:33 -05:00
parent f0568a8d3c
commit 179f23a54f
80 changed files with 305 additions and 267 deletions

View File

@@ -2,7 +2,7 @@
##
## Makefile.am for rivendell/apis
##
## (C) Copyright 2018-2021 Fred Gleason <fredg@paravelsystems.com>
## (C) Copyright 2018-2022 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as
@@ -24,13 +24,42 @@ SUBDIRS = pypad\
rivwebcapi\
rivwebpyapi
pypi:
rm -rf pypi
mkdir -p pypi/src/rivendellaudio
touch pypi/src/rivendellaudio/__init__.py
cp pypad/api/pypad.py pypi/src/rivendellaudio/
cp rivwebpyapi/api/rivwebpyapi.py pypi/src/rivendellaudio/
cp ../LICENSES/LGPLv2.txt pypi/LICENSE
cp pyproject.toml pypi/
cp setup.cfg pypi/
mkdir -p pypi/tests
python3 -m build pypi
cp pypi/dist/* .
cp pypi/src/rivendellaudio.egg-info/* .
rm -rf pypi
post-pypi:
python3 -m twine upload --repository pypi *.tar.gz *.whl
EXTRA_DIST = pyproject.toml\
setup.cfg.in
CLEANFILES = *~\
*.idb\
*ilk\
*.obj\
*.pdb\
*.qm\
moc_*
*.tar.gz\
*.whl\
PKG-INFO\
SOURCES.txt\
dependency_links.txt\
moc_*\
not-zip-safe\
requires.txt\
top_level.txt
MAINTAINERCLEANFILES = *~\
*.tar.gz\