From f89fe3e5d9a446ad4e6ec3d9ca9f44e7c09dcc76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 14:38:33 +0700 Subject: [PATCH] python-watchdog: drop package --- srcpkgs/python-watchdog/template | 29 ----------------------------- srcpkgs/python3-watchdog | 1 - srcpkgs/python3-watchdog/template | 15 +++++++++++++++ 3 files changed, 15 insertions(+), 30 deletions(-) delete mode 100644 srcpkgs/python-watchdog/template delete mode 120000 srcpkgs/python3-watchdog create mode 100644 srcpkgs/python3-watchdog/template diff --git a/srcpkgs/python-watchdog/template b/srcpkgs/python-watchdog/template deleted file mode 100644 index 2eea6397f00..00000000000 --- a/srcpkgs/python-watchdog/template +++ /dev/null @@ -1,29 +0,0 @@ -# Template file for 'python-watchdog' -pkgname=python-watchdog -version=0.9.0 -revision=2 -archs=noarch -wrksrc="watchdog-${version}" -build_style=python-module -pycompile_module="watchdog" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-setuptools python-yaml python-argh python-pathtools" -short_desc="Python2 API and shell utilities to monitor file system events" -maintainer="Maurizio Porrato " -homepage="http://github.com/gorakhargosh/watchdog" -license="Apache-2.0" -distfiles="${PYPI_SITE}/w/watchdog/watchdog-${version}.tar.gz" -checksum=965f658d0732de3188211932aeb0bb457587f04f63ab4c1e33eab878e9de961d -alternatives="watchdog:watchmedo:/usr/bin/watchmedo2" - -python3-watchdog_package() { - archs=noarch - pycompile_module="watchdog" - alternatives="watchdog:watchmedo:/usr/bin/watchmedo3" - depends="python3-setuptools python3-yaml python3-argh python3-pathtools" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vmove usr/bin/watchmedo3 - } -} diff --git a/srcpkgs/python3-watchdog b/srcpkgs/python3-watchdog deleted file mode 120000 index f2ff325c16c..00000000000 --- a/srcpkgs/python3-watchdog +++ /dev/null @@ -1 +0,0 @@ -python-watchdog \ No newline at end of file diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template new file mode 100644 index 00000000000..455820fbebd --- /dev/null +++ b/srcpkgs/python3-watchdog/template @@ -0,0 +1,15 @@ +# Template file for 'python3-watchdog' +pkgname=python3-watchdog +version=0.9.0 +revision=3 +wrksrc="watchdog-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-setuptools python3-yaml python3-argh python3-pathtools" +short_desc="Python3 API and shell utilities to monitor file system events" +maintainer="Maurizio Porrato " +license="Apache-2.0" +homepage="http://github.com/gorakhargosh/watchdog" +distfiles="${PYPI_SITE}/w/watchdog/watchdog-${version}.tar.gz" +checksum=965f658d0732de3188211932aeb0bb457587f04f63ab4c1e33eab878e9de961d +conflicts="python-watchdog>=0"