pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

matrix-synapse: Fix EGG_NAME and PLIST



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%nil.im@localhost>
Pushed By:	js
Date:		Sun Aug 16 21:03:22 2020 +0200
Changeset:	4fb57669487bcbe01e169f511a29a4763960a180

Modified Files:
	matrix-synapse/Makefile
	matrix-synapse/PLIST

Log Message:
matrix-synapse: Fix EGG_NAME and PLIST

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4fb57669487bcbe01e169f511a29a4763960a180

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 matrix-synapse/Makefile | 1 +
 matrix-synapse/PLIST    | 6 ++++++
 2 files changed, 7 insertions(+)

diffs:
diff --git a/matrix-synapse/Makefile b/matrix-synapse/Makefile
index 2e353e92c7..b372320291 100644
--- a/matrix-synapse/Makefile
+++ b/matrix-synapse/Makefile
@@ -4,6 +4,7 @@ GITHUB_PROJECT=	synapse
 GITHUB_TAG=	${DISTNAME}
 DISTNAME=	v1.18.0
 PKGNAME=	matrix-synapse-${DISTNAME:S,^v,,}
+EGG_NAME=	matrix_synapse-${DISTNAME:S,^v,,}
 CATEGORIES=	chat
 MASTER_SITES=	${MASTER_SITE_GITHUB:=matrix-org/}
 DIST_SUBDIR=	${GITHUB_PROJECT}
diff --git a/matrix-synapse/PLIST b/matrix-synapse/PLIST
index 3840a31e4e..235221a7e2 100644
--- a/matrix-synapse/PLIST
+++ b/matrix-synapse/PLIST
@@ -9,6 +9,12 @@ bin/register_new_matrix_user
 bin/synapse_port_db
 bin/sync_room_to_group.pl
 bin/synctl
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/synapse/__init__.py
 ${PYSITELIB}/synapse/__init__.pyc
 ${PYSITELIB}/synapse/__init__.pyo


Home | Main Index | Thread Index | Old Index