git: aae0de560191 - main - devel/py-py-serializable: Do not install files to PYTHON_SITELIBDIR

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 22 Sep 2023 03:24:23 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aae0de560191e8dd1963b9e1b95acf121c6d142b

commit aae0de560191e8dd1963b9e1b95acf121c6d142b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-22 03:18:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-22 03:18:07 +0000

    devel/py-py-serializable: Do not install files to PYTHON_SITELIBDIR
    
    - Bump PORTREVISION for package change
---
 devel/py-py-serializable/Makefile                   |  1 +
 devel/py-py-serializable/files/patch-pyproject.toml | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/devel/py-py-serializable/Makefile b/devel/py-py-serializable/Makefile
index 22a293c66625..622c1c031769 100644
--- a/devel/py-py-serializable/Makefile
+++ b/devel/py-py-serializable/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	py-serializable
 PORTVERSION=	0.12.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-py-serializable/files/patch-pyproject.toml b/devel/py-py-serializable/files/patch-pyproject.toml
new file mode 100644
index 000000000000..b8265aa99965
--- /dev/null
+++ b/devel/py-py-serializable/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig	2023-03-07 10:15:49 UTC
++++ pyproject.toml
+@@ -11,9 +11,6 @@ repository = "https://github.com/madpah/serializable"
+ packages = [
+     { include = "serializable" }
+ ]
+-include = [
+-    "LICENSE"
+-]
+ classifiers = [
+     # Trove classifiers - https://packaging.python.org/specifications/core-metadata/#metadata-classifier
+     # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
+@@ -63,4 +60,4 @@ version_variable = [
+ branch = "main"
+ upload_to_pypi = true
+ upload_to_release = true
+-build_command = "pip install poetry==1.1.12 && poetry build"
+\ No newline at end of file
++build_command = "pip install poetry==1.1.12 && poetry build"