Received: from mail-qv1-f53.google.com (mail-qv1-f53.google.com [209.85.219.53]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id E17A97810C9 for ; Wed, 29 Dec 2021 19:04:47 +0000 (UTC) Received: by mail-qv1-f53.google.com with SMTP id ke6so20071781qvb.1 for ; Wed, 29 Dec 2021 11:04:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=PzrE53lDszgUbWM602yJBFZ1n2pykPM6J6Cd6EJM00U=; b=l1ha6P8hevN+8zLKOogDBXhOgdfGlO3Dpr9cYtSrAz1flGwV6kghL7pqI76exHejCD dioXTWMTyfmxHAel+MzCKUkdVFVkZFME2+wWfrjHxHgX+HSN4qSYMSQcm4/zngSii8du 2/BgJry9I/qQTM60kMSUo2q9EGeOMXMhgFIhlrJK212IgJF20EwSexluywKPpHgcGVVd 7geGxHhDJUbRNRFOx0lbeEVlJLBUJDUaLHUKgpj3wIOX7/3JW8smrA65Bx16u7+Cg00+ jMJiuB8PaK3sEvfdBxgbHDgILa2kJdcb1gETuJ0aiYgCJaFKQbnKe+MKe6mIgZbQk1O/ qPzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=PzrE53lDszgUbWM602yJBFZ1n2pykPM6J6Cd6EJM00U=; b=517YeeNQ79IfRdT1YPGMggreSMBV1reL2cf+DWS9GSVTouG/NfXrrmdtnTYqVt4lvR mom2VhNIQ4z7TITDiidCEFgLLb0WDlDTMBEkwy5ace3IMahoPN+DY2purBD5wMc4mfAf gvLrWichqDOLws5q94nzbouAiT+iwmqbI3b2ywdfSRCHCcUBc0DnaIxfVFfILC2SDIwk G1DsS5j9fiAwGFSJQomage7awbUqLd/0dM7+/6F3HnAla9qWTsthx3dlE6gYOjFKqw5d Y+BON1YT89wjKViBeKF83a8o2JcXJ2U3WvXY52kFoHv8cXmuBdeXVRybv3+sUJ7vLfUY yD+Q== X-Gm-Message-State: AOAM5334XA20dHpgj+HSsoeHgwbHyupXEFM5+a/FY/L3ZRuwl0UoV4mA JUF9NGmrtdb9jhKV7U59slyYozS6b44qNA== X-Google-Smtp-Source: ABdhPJzv17s8S5Dr5jfB0XsVcjgiVE3fe0db7EGMo7FI/vCJkwjeeUVMsFiFy9JdGhYOEpimSpYALQ== X-Received: by 2002:a05:6214:acc:: with SMTP id g12mr23819406qvi.15.1640804209392; Wed, 29 Dec 2021 10:56:49 -0800 (PST) Received: from knol.members.linode.com ([2600:3c04::f03c:92ff:fe34:3b3a]) by smtp.gmail.com with ESMTPSA id t5sm17105108qtp.60.2021.12.29.10.56.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Dec 2021 10:56:49 -0800 (PST) From: Thiago Perrotta To: alpine-aports@lists.alpinelinux.org Cc: Thiago Perrotta Subject: [PATCH] testing/urlwatch: new aport Date: Wed, 29 Dec 2021 13:56:19 -0500 Message-Id: <20211229185619.17321-1-tbperrotta@gmail.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://thp.io/2008/urlwatch/ Tool for monitoring webpages for updates Signed-off-by: Thiago Perrotta --- Ensure to merge py3-minidb before urlwatch. This aport build is currently expected to fail because py3-minidb doesn't exist at HEAD. I am sending a new aport for it separately. testing/urlwatch/APKBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testing/urlwatch/APKBUILD diff --git a/testing/urlwatch/APKBUILD b/testing/urlwatch/APKBUILD new file mode 100644 index 0000000000..72c99f2dee --- /dev/null +++ b/testing/urlwatch/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: Thiago Perrotta +# Maintainer: Thiago Perrotta +pkgname=urlwatch +pkgver=2.24 +pkgrel=0 +pkgdesc="Tool for monitoring webpages for updates" +url="https://thp.io/2008/urlwatch/" +arch="noarch" +license="BSD-3-Clause" +depends="python3 py3-appdirs py3-cssselect py3-keyring py3-lxml py3-minidb py3-requests py3-yaml" +makedepends="py3-setuptools" +checkdepends="py3-pytest py3-docutils py3-pycodestyle" +subpackages="$pkgname-doc" +source="https://files.pythonhosted.org/packages/source/u/urlwatch/urlwatch-$pkgver.tar.gz" + +build() { + python3 setup.py build +} + +check() { + pytest +} + +package() { + python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build + install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYING +} + +sha512sums=" +ed84cb69ecd8894851c3be0165edfa1dfee92a0b49ea1383e4cfd7c31eb0604f99b1a90d9508753064b58bdd8fc4c0369d817303858d07562b37c3f2ac4cae52 urlwatch-2.24.tar.gz +" -- 2.34.1