From 8d50bb91876244e59dd0bc799002457727caca94 Mon Sep 17 00:00:00 2001
From: Yigit Sever
Date: Fri, 29 Mar 2024 00:36:20 +0300
Subject: Deleted package: python-scrape-schema-recipe

---
 python-scrape-schema-recipe/.SRCINFO | 15 ---------------
 python-scrape-schema-recipe/PKGBUILD | 24 ------------------------
 2 files changed, 39 deletions(-)
 delete mode 100644 python-scrape-schema-recipe/.SRCINFO
 delete mode 100644 python-scrape-schema-recipe/PKGBUILD

diff --git a/python-scrape-schema-recipe/.SRCINFO b/python-scrape-schema-recipe/.SRCINFO
deleted file mode 100644
index 0a4c3e2..0000000
--- a/python-scrape-schema-recipe/.SRCINFO
+++ /dev/null
@@ -1,15 +0,0 @@
-pkgbase = python-scrape-schema-recipe
-	pkgdesc = Scrapes food recipes from HTML into Python dictionaries
-	pkgver = 0.2.2
-	pkgrel = 1
-	url = https://github.com/micahcochran/scrape-schema-recipe
-	arch = any
-	license = Apache-2.0
-	makedepends = python-setuptools
-	depends = python-extruct
-	depends = python-isodate
-	depends = python-requests
-	source = python-scrape-schema-recipe-0.2.2.tar.gz::https://github.com/micahcochran/scrape-schema-recipe/archive/v0.2.2.tar.gz
-	sha256sums = aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216
-
-pkgname = python-scrape-schema-recipe
diff --git a/python-scrape-schema-recipe/PKGBUILD b/python-scrape-schema-recipe/PKGBUILD
deleted file mode 100644
index 9a350b4..0000000
--- a/python-scrape-schema-recipe/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Yigit Sever <yigit at yigitsever dot com>
-
-pkgname=python-scrape-schema-recipe
-_pkgname=scrape-schema-recipe
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="Scrapes food recipes from HTML into Python dictionaries"
-arch=("any")
-url="https://github.com/micahcochran/scrape-schema-recipe"
-license=("Apache-2.0")
-depends=(python-extruct python-isodate python-requests)
-makedepends=(python-setuptools)
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('aa4004fedb52019d9d627944b03966412b3dda8a96df06c0715aa0889af07216')
-
-build() {
-	cd "${_pkgname}-${pkgver}"
-	python setup.py build
-}
-
-package() {
-	cd "${_pkgname}-${pkgver}"
-	python setup.py install --root="$pkgdir" --optimize=1
-}
-- 
cgit v1.2.3-70-g09d2