Skip to content

Commit

Permalink
textproc/py-sphinx-theme-builder: Update to 0.2.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Oct 9, 2022
1 parent 3ae7a8b commit fd10020
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions textproc/py-sphinx-theme-builder/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sphinx-theme-builder
PORTVERSION= 0.2.0a15
PORTVERSION= 0.2.0b1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nodeenv>=0:devel/py-nodeenv@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pep621>=0:devel/py-pep621@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyproject-metadata>=0:devel/py-pyproject-metadata@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=0:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR}

Expand Down
6 changes: 3 additions & 3 deletions textproc/py-sphinx-theme-builder/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1656522320
SHA256 (sphinx-theme-builder-0.2.0a15.tar.gz) = 989f9f10752e1b13aa73176f194a040aa31d3f48ef46527e3c56496f4b7c2509
SIZE (sphinx-theme-builder-0.2.0a15.tar.gz) = 22395
TIMESTAMP = 1665073162
SHA256 (sphinx-theme-builder-0.2.0b1.tar.gz) = e9bb4a0a8516bab8769b9ddf003b70e5878611113319eb1fdb690af84a3a595f
SIZE (sphinx-theme-builder-0.2.0b1.tar.gz) = 22433
5 changes: 3 additions & 2 deletions textproc/py-sphinx-theme-builder/files/setup.py
Expand Up @@ -15,10 +15,11 @@
{'': 'src'}

install_requires = \
['packaging', 'rich', 'tomli', 'nodeenv', 'setuptools', 'pep621']
['pyproject-metadata', 'packaging', 'rich', 'tomli', 'nodeenv', 'setuptools']

extras_require = \
{'cli': ['build', 'click', 'sphinx-autobuild']}
{":python_version <= '3.7'": ['typing_extensions '],
'cli': ['build', 'click', 'sphinx-autobuild']}

entry_points = \
{'console_scripts': ['stb = sphinx_theme_builder._internal.cli:main']}
Expand Down

0 comments on commit fd10020

Please sign in to comment.