diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-08-18 18:16:17 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-08-18 18:16:17 +0100 |
commit | fc637fb28da700da71ec2064d65ca5a7a31b9c6c (patch) | |
tree | 326613a08f25851c388715e205576a2e7d25dc4f /dev-tex/pythontex | |
parent | b24bd25253fe093f722ab576d29fdc41d04cb1ee (diff) |
gentoo resync : 18.08.2019
Diffstat (limited to 'dev-tex/pythontex')
-rw-r--r-- | dev-tex/pythontex/Manifest | 2 | ||||
-rw-r--r-- | dev-tex/pythontex/pythontex-0.16.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-tex/pythontex/Manifest b/dev-tex/pythontex/Manifest index 5b021ed90780..bdfbf9acfc96 100644 --- a/dev-tex/pythontex/Manifest +++ b/dev-tex/pythontex/Manifest @@ -1,3 +1,3 @@ DIST pythontex-0.16.tar.gz 1787147 BLAKE2B b7b765fdf681f6a757d5dc14437ae433f8310d18ad9e2efe95a8853eaf9f53e2925d7f9e45e0393eb2720019270187fb400e7a6754f18015c4ce5db8a9280729 SHA512 9a84fd7b7f568308addf9ba01c46fadfaface54b9d484c766831f1048064288fd1ecb5c56774bb0041d8f5705f8d5f8a9cd7258dc33157467eca7b3c70259183 -EBUILD pythontex-0.16.ebuild 1214 BLAKE2B 690c25953ae3aaf3c813fb1415a6e27fe33f82928721c66536b29acac74130534ec0c2c6ec48de79292c7824f68d73cce803891ff20717beb9dede49a9bd992d SHA512 28046fd0dcd3d5a9de49dd63c7e0ed73efc415587467256c093e19a0491656c99f1874d3d14f0d879cd41ec1e377e5c159ccaed85171b3e462ac554790ee7575 +EBUILD pythontex-0.16.ebuild 1198 BLAKE2B 47d0fc4c880df4cd9ff1fde3f27544d446cadca02692696f0a0300b10c6e45579d12046abf0daa36253dc20f0565328ff0526937fdd7058bf4e1c8680a359940 SHA512 84e552c53fb1ce513a8ebbb060a2a19812a4735ac4eb146a173b7abb3dcc847bb4a6f308d1310ff8dbd0941582f6f37f0ac6d193de5faa7b0070f588112ef9d2 MISC metadata.xml 455 BLAKE2B 29194bce5b2d503fcc93f46304a0473988315bda823c61ca1d63b2e0f41d4266d2197affe33bbcd46a889f5602952765a89b3236cf2cde6f0687519112b11e6c SHA512 8f87ee6e99c9cd263e6e6ec6241a463b2c3c7496a03314998015840a332fcfb3a9ebd7ac2970faa7afabde5ced10d1bdf5c553d2ae91c20bc97a0295c9250a3d diff --git a/dev-tex/pythontex/pythontex-0.16.ebuild b/dev-tex/pythontex/pythontex-0.16.ebuild index 91e46e98f50e..60a36dee8a0d 100644 --- a/dev-tex/pythontex/pythontex-0.16.ebuild +++ b/dev-tex/pythontex/pythontex-0.16.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit latex-package python-r1 @@ -22,7 +22,7 @@ DEPEND="${PYTHON_DEPS} >=dev-texlive/texlive-latexextra-2016 dev-tex/pgf" RDEPEND="${DEPEND} - highlighting? ( dev-python/pygments[${PYTHON_USEDEP}] )" + dev-python/pygments[${PYTHON_USEDEP}]" TEXMF=/usr/share/texmf-site |