Skip to content

Commit

Permalink
devel/py-py-serializable: Do not install files to PYTHON_SITELIBDIR
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Sep 22, 2023
1 parent 548a5b2 commit aae0de5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions 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}
Expand Down
19 changes: 19 additions & 0 deletions 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"

0 comments on commit aae0de5

Please sign in to comment.