pkgsrc-WIP-changes archive

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

Rename py-Deprecated to py-deprecated



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Wed Jan 12 17:29:21 2022 +0100
Changeset:	bb96e067c3273e3cb0a96f1db27ef0beb709b545

Modified Files:
	nanocomp/Makefile
	nanostat/Makefile
	py-swh-core/Makefile
	py-swh-model/Makefile
	py-swh-storage/Makefile

Log Message:
Rename py-Deprecated to py-deprecated

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

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

diffstat:
 nanocomp/Makefile       | 2 +-
 nanostat/Makefile       | 2 +-
 py-swh-core/Makefile    | 2 +-
 py-swh-model/Makefile   | 2 +-
 py-swh-storage/Makefile | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/nanocomp/Makefile b/nanocomp/Makefile
index e5383be401..bcc0a5eac9 100644
--- a/nanocomp/Makefile
+++ b/nanocomp/Makefile
@@ -16,7 +16,7 @@ DEPENDS+=	${PYPKGPREFIX}-pandas>=1.2.4:../../math/py-pandas
 DEPENDS+=	nanoget>=1.4.0:../../wip/nanoget
 DEPENDS+=	nanomath>=1.0.0:../../wip/nanomath
 DEPENDS+=	NanoPlot>=1.38.0:../../wip/nanoplot
-DEPENDS+=	${PYPKGPREFIX}-Deprecated>=1.2.7:../../devel/py-Deprecated
+DEPENDS+=	${PYPKGPREFIX}-deprecated>=1.2.7:../../devel/py-deprecated
 DEPENDS+=	${PYPKGPREFIX}-psutil>=5.8.0:../../sysutils/py-psutil
 DEPENDS+=	${PYPKGPREFIX}-plotly>=3.4.2:../../wip/py-plotly
 DEPENDS+=	${PYPKGPREFIX}-seaborn>=0.9.0:../../graphics/py-seaborn
diff --git a/nanostat/Makefile b/nanostat/Makefile
index 84753ddb4c..b2ec988fb7 100644
--- a/nanostat/Makefile
+++ b/nanostat/Makefile
@@ -14,7 +14,7 @@ LICENSE=	gnu-gpl-v3
 
 DEPENDS+=	nanoget>=1.12.2:../../wip/nanoget
 DEPENDS+=	nanomath>=1.0.0:../../wip/nanomath
-DEPENDS+=	${PYPKGPREFIX}-Deprecated>=1.2.7:../../devel/py-Deprecated
+DEPENDS+=	${PYPKGPREFIX}-deprecated>=1.2.7:../../devel/py-deprecated
 DEPENDS+=	${PYPKGPREFIX}-pysam>=0.15.1:../../wip/py-pysam
 
 WRKSRC=		${WRKDIR}/nanostat-f50c7530f072e9e2b3c830334d806a619dc37c68
diff --git a/py-swh-core/Makefile b/py-swh-core/Makefile
index ae5068f4af..b93dd88006 100644
--- a/py-swh-core/Makefile
+++ b/py-swh-core/Makefile
@@ -12,7 +12,7 @@ LICENSE=	gnu-gpl-v3
 
 BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
 DEPENDS+=	${PYPKGPREFIX}-click>=7.1.2:../../devel/py-click
-DEPENDS+=	${PYPKGPREFIX}-Deprecated>=1.2.7:../../devel/py-Deprecated
+DEPENDS+=	${PYPKGPREFIX}-deprecated>=1.2.7:../../devel/py-deprecated
 DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml
 DEPENDS+=	${PYPKGPREFIX}-sentry-sdk>=0.19.4:../../wip/py-sentry-sdk
 
diff --git a/py-swh-model/Makefile b/py-swh-model/Makefile
index 6591144059..fd299c8a83 100644
--- a/py-swh-model/Makefile
+++ b/py-swh-model/Makefile
@@ -12,7 +12,7 @@ LICENSE=	gnu-gpl-v3
 
 BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
 DEPENDS+=	${PYPKGPREFIX}-attrs>=19.3.0:../../devel/py-attrs
-DEPENDS+=	${PYPKGPREFIX}-Deprecated>=1.2.7:../../devel/py-Deprecated
+DEPENDS+=	${PYPKGPREFIX}-deprecated>=1.2.7:../../devel/py-deprecated
 DEPENDS+=	${PYPKGPREFIX}-hypothesis>=5.41.5:../../devel/py-hypothesis
 DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
 DEPENDS+=	${PYPKGPREFIX}-blake2>=1.1.2:../../wip/py-blake2
diff --git a/py-swh-storage/Makefile b/py-swh-storage/Makefile
index de8742fd1c..d48d380175 100644
--- a/py-swh-storage/Makefile
+++ b/py-swh-storage/Makefile
@@ -16,7 +16,7 @@ DEPENDS+=	${PYPKGPREFIX}-flask>=1.1.2:../../www/py-flask
 #DEPENDS+=	${PYPKGPREFIX}-psycopg2>=0:../../databases/py-psycopg2
 DEPENDS+=	${PYPKGPREFIX}-aiohttp>=3.7.3:../../www/py-aiohttp
 DEPENDS+=	${PYPKGPREFIX}-cassandra-driver>=3.15.1:../../databases/py-cassandra-driver
-DEPENDS+=	${PYPKGPREFIX}-Deprecated>=1.2.7:../../devel/py-Deprecated
+DEPENDS+=	${PYPKGPREFIX}-deprecated>=1.2.7:../../devel/py-deprecated
 DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
 DEPENDS+=	${PYPKGPREFIX}-mypy_extensions>=0.4.3:../../lang/py-mypy_extensions
 DEPENDS+=	${PYPKGPREFIX}-iso8601>=0.1.13:../../time/py-iso8601


Home | Main Index | Thread Index | Old Index