Date: Sun, 14 Aug 2022 18:38:04 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8a17d651bffc - main - science/py-dwave-*: Correct category Message-ID: <202208141838.27EIc4WB073813@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a17d651bffc6466700a610621856435d40575d3 commit 8a17d651bffc6466700a610621856435d40575d3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-14 17:42:05 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-14 18:37:55 +0000 science/py-dwave-*: Correct category --- science/py-dwave-neal/Makefile | 2 +- science/py-dwave-networkx/Makefile | 2 +- science/py-dwave-samplers/Makefile | 2 +- science/py-dwave-tabu/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/science/py-dwave-neal/Makefile b/science/py-dwave-neal/Makefile index 5bb7dad7ae25..8372956ee95f 100644 --- a/science/py-dwave-neal/Makefile +++ b/science/py-dwave-neal/Makefile @@ -1,6 +1,6 @@ PORTNAME= dwave-neal DISTVERSION= 0.6.0.dev0 -CATEGORIES= science graphics # quantum-computing +CATEGORIES= science python # quantum-computing MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-dwave-networkx/Makefile b/science/py-dwave-networkx/Makefile index 8db0e5a9bc82..5ec75c428187 100644 --- a/science/py-dwave-networkx/Makefile +++ b/science/py-dwave-networkx/Makefile @@ -1,6 +1,6 @@ PORTNAME= dwave-networkx DISTVERSION= 0.8.12 -CATEGORIES= science graphics # quantum-computing +CATEGORIES= science python # quantum-computing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} diff --git a/science/py-dwave-samplers/Makefile b/science/py-dwave-samplers/Makefile index 46b52f29e30f..e55999cce571 100644 --- a/science/py-dwave-samplers/Makefile +++ b/science/py-dwave-samplers/Makefile @@ -1,6 +1,6 @@ PORTNAME= dwave-samplers DISTVERSION= 1.0.0.dev1 -CATEGORIES= science graphics # quantum-computing +CATEGORIES= science python # quantum-computing MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-dwave-tabu/Makefile b/science/py-dwave-tabu/Makefile index 6a37269532fe..210afeafe3b1 100644 --- a/science/py-dwave-tabu/Makefile +++ b/science/py-dwave-tabu/Makefile @@ -1,6 +1,6 @@ PORTNAME= dwave-tabu DISTVERSION= 0.4.5 -CATEGORIES= science graphics # quantum-computing +CATEGORIES= science python # quantum-computing MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208141838.27EIc4WB073813>