Skip to content

Commit

Permalink
textproc/py-sphinx-inline-tabs: Update to 2021.4.11b9
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 11, 2021
1 parent 0da9e2b commit 29ccdd6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion textproc/py-sphinx-inline-tabs/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= sphinx-inline-tabs
PORTVERSION= 2021.3.28b7
PORTVERSION= 2021.4.11b9
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions textproc/py-sphinx-inline-tabs/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1618320280
SHA256 (sphinx_inline_tabs-2021.3.28b7.tar.gz) = e21b7439a4af86fc738a1b74fead87af59640b6e782efe83ef6c3936fc3924ab
SIZE (sphinx_inline_tabs-2021.3.28b7.tar.gz) = 41791
TIMESTAMP = 1620405455
SHA256 (sphinx_inline_tabs-2021.4.11b9.tar.gz) = 09267b9980b405bada41e63f9912769a394731e0e015068cda7feab1a13f8fe5
SIZE (sphinx_inline_tabs-2021.4.11b9.tar.gz) = 42257
9 changes: 9 additions & 0 deletions textproc/py-sphinx-inline-tabs/files/patch-setup.py
@@ -0,0 +1,9 @@
--- setup.py.orig 1970-01-01 00:00:00 UTC
+++ setup.py
@@ -30,5 +30,5 @@ setup(name='sphinx_inline_tabs',
package_dir=package_dir,
install_requires=install_requires,
extras_require=extras_require,
- python_requires='>=3.8',
+ python_requires='>=3.6',
)

0 comments on commit 29ccdd6

Please sign in to comment.