Commit 27db1c79 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

science/py-pubchempy: Remove duplicate

PR:		297289
Reported by:	Matthew Wener <matthew@wener.org>
parent 02295be6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5549,3 +5549,4 @@ x11-fonts/nerd-fonts-d2coding|x11-fonts/nerd-fonts-d2koding|2026-08-03|Renamed b
math/topaz||2026-08-04|Has expired: Last release was in 2011 and WWW is unavailable
graphics/vv||2026-08-04|Has expired: depends on expired science/InsightToolkit501
science/InsightToolkit501|science/InsightToolkit|2026-08-04|Has expired: Fails to build, error: no template named 'binary_function' in namespace 'std'
science/py-pubchempy|science/py-PubChemPy|2026-08-05|Remove duplicate port
+0 −1
Original line number Diff line number Diff line
@@ -414,7 +414,6 @@
    SUBDIR += py-plumed
    SUBDIR += py-pnetcdf
    SUBDIR += py-probeinterface
    SUBDIR += py-pubchempy
    SUBDIR += py-pupynere
    SUBDIR += py-py3Dmol
    SUBDIR += py-pyaixi
+2 −1
Original line number Diff line number Diff line
PORTNAME=	emmet-core
DISTVERSION=	0.87.1
PORTREVISION=	1
CATEGORIES=	science python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE= BSD3CLAUSE
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pubchempy>0:science/py-pubchempy@${PY_FLAVOR} \
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}PubChemPy>0:science/py-PubChemPy@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}blake3>0:security/py-blake3@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}inflect>=7.5.0:devel/py-inflect@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}monty>=2024.2.2:devel/py-monty@${PY_FLAVOR} \

science/py-pubchempy/Makefile

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
PORTNAME=	pubchempy
DISTVERSION=	1.0.5
CATEGORIES=	science python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Python wrapper for the PubChem PUG REST API
WWW=		https://github.com/mcs07/PubChemPy

LICENSE=	MIT

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

USES=		python:3.10+
USE_PYTHON=	autoplist pep517

NO_ARCH=	yes

# tests as of 1.0.5: not enabled because every upstream test queries the live
# PubChem REST API, which is unavailable in the clean poudriere test environment.

.include <bsd.port.mk>

science/py-pubchempy/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1785523733
SHA256 (pubchempy-1.0.5.tar.gz) = 08f0b2a82a5caa5d61e14935d655da554602d7b5686fe661ab584c882ffff623
SIZE (pubchempy-1.0.5.tar.gz) = 26814
Loading