From 5fbcbe7680c09174a51e9dcdb0ccb7ab95ced5f0 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 14 Dec 2023 17:24:20 +0100 Subject: [PATCH] ulozto-donwloader: remove --- srcpkgs/removed-packages/template | 1 + srcpkgs/ulozto-downloader/template | 21 --------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 srcpkgs/ulozto-downloader/template diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 512d1bce049bc..fd9d350d4ad4f 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -678,6 +678,7 @@ replaces=" traverso<=0.49.6_2 ttyload-git<=20141117_4 tuxc<=1.1_3 + ulozto-downloader<=3.5.2_2 unicorn-python<=1.0.2_2 upwork<=5.6.10.0_1 urlmatch-git<=20141116_2 diff --git a/srcpkgs/ulozto-downloader/template b/srcpkgs/ulozto-downloader/template deleted file mode 100644 index 0d0e3d9f82cc8..0000000000000 --- a/srcpkgs/ulozto-downloader/template +++ /dev/null @@ -1,21 +0,0 @@ -# Template file for 'ulozto-downloader' -pkgname=ulozto-downloader -version=3.5.2 -revision=2 -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="tor python3-ansicolors python3-tkinter python3-requests python3-Pillow - python3-numpy python3-pysocks python3-stem python3-cloudscraper - python3-colorama" -short_desc="Uloz.to quick multiple sessions downloader" -maintainer="Emil Miler " -license="MIT" -homepage="https://github.com/setnicka/ulozto-downloader" -changelog="https://github.com/setnicka/ulozto-downloader/releases" -distfiles="https://github.com/setnicka/ulozto-downloader/archive/refs/tags/${version}.tar.gz" -checksum=445556a0e518a658fa5825f350f83bb4c96fc085b0b61816fd9e18c782f105bc -make_check=no # no internal test suite present - -post_install() { - vlicense LICENSE.txt LICENSE -}