From db06d4fd9c465a6ba4a17f9729bb8b8ff3c58dd9 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Mon, 19 Dec 2022 16:45:49 -0500
Subject: [PATCH] New package: python3-pyclipper-1.3.0.post4

---
 srcpkgs/python3-pyclipper/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-pyclipper/template

diff --git a/srcpkgs/python3-pyclipper/template b/srcpkgs/python3-pyclipper/template
new file mode 100644
index 00000000000..ed0b85f144c
--- /dev/null
+++ b/srcpkgs/python3-pyclipper/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pyclipper'
+pkgname=python3-pyclipper
+version=1.3.0.post4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm python3-Cython"
+makedepends="python3-devel"
+depends="python3"
+checkdepends="python3-pytest"
+short_desc="Cython wrapper for Angus Johnson's Clipper library"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="MIT"
+homepage="https://github.com/fonttools/pyclipper"
+distfiles="${PYPI_SITE}/p/pyclipper/pyclipper-${version}.tar.gz"
+checksum=b73b19d2a1b895edcacaf4acb441e13e99b9e5fd53b9c0dfd2e1326e2bf68a7a
+
+post_install() {
+	vlicense LICENSE
+}