radicale: Remove Py2 variant, rename Py3 variant
authorJeffery To <redacted>
Mon, 27 May 2019 15:45:23 +0000 (23:45 +0800)
committerJeffery To <redacted>
Mon, 27 May 2019 15:45:23 +0000 (23:45 +0800)
commit9c5a97c31974096d7d2a6f482dc78971b9b578d0
tree322dbae5adcde1ee68cbc1523942eeabfa7a9658
parent6fb18c99f12d13ee8fe4572f0a6b8dac7d9f9b0d
radicale: Remove Py2 variant, rename Py3 variant

This removes radicale-py2, the Py2 variant, and renames radicale-py3 to
radicale.

This also makes a number of changes:
* Actually use the Python package build system (from python3-package.mk)
* Download source from PyPI instead of GitHub git repo
* Remove unnecessary PKG_DEFAULT_DEPENDS definition
* Depend on python3-urllib instead of python3-email (now that urllib is
  separate from python3-light and has python3-email as a direct
  dependency)
* Move package description from menuconfig help to the actual
  description field
* Remove unnecessary preinst script (default prerm will stop the
  service now that the package name matches the init.d script name)
* Remove unnecessary lib/upgrade/keep.d entry (changed conffiles are
  preserved by sysupgrade by default)
* Remove unnecessary postinst script (Python build system will set the
  correct shebang)

Signed-off-by: Jeffery To <redacted>
net/radicale/Makefile
net/radicale/files/radicale.upgrade [deleted file]
git clone https://git.99rst.org/PROJECT