Package python3-module-Pygments: Specfile
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 | %define _unpackaged_files_terminate_build 1 %define oname Pygments %def_with docs %def_with check Name: python3-module-Pygments Version: 2.6.1 Release: alt2 Summary: Pygments is a syntax highlighting package written in Python License: BSD Group: Development/Python3 Url: https://pygments.org/ BuildArch: noarch Source: %name-%version.tar Source1: autobuild.watch BuildRequires: time BuildRequires(pre): rpm-build-python3 %if_with docs BuildRequires(pre): rpm-macros-sphinx3 BuildPreReq: python3-module-docutils BuildPreReq: python3-module-alabaster BuildPreReq: python3-module-html5lib BuildPreReq: python3-module-objects.inv %endif %if_with check BuildRequires: python3(pytest) BuildRequires: python3(tox) %endif %description It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily * a number of output formats, presently HTML, LaTeX, RTF, SVG and ANSI sequences * it is usable as a command-line tool and as a library %if_with docs %package doc Summary: Documentation for %name Group: Development/Documentation BuildArch: noarch %description doc This package contains documentation for %name. %package pickles Summary: Pickles for %name Group: Development/Python3 BuildArch: noarch %description pickles This package contains pickles for %name. %endif %prep %setup # drop post release tags sed -i \ -e 's/^tag_build[[:space:]]*=.*$/tag_build =/' \ -e 's/^tag_date[[:space:]]*=.*$/tag_date = 0/' \ setup.cfg %build %if_with docs %prepare_sphinx3 . ln -s ../objects.inv doc/ %endif %python3_build %if_with docs export PYTHONPATH=$(pwd)/build/lib %make SPHINXBUILD='py3_sphinx-build' -C doc pickle %make SPHINXBUILD='py3_sphinx-build' -C doc html %endif %install %python3_install mv %buildroot%_bindir/pygmentize %buildroot%_bindir/pygmentize3 ln -s pygmentize3 %buildroot%_bindir/pygmentize.py3 %if_with docs install -d %buildroot%_docdir/%name cp -fR doc/_build/html %buildroot%_docdir/%name/ cp -fR doc/_build/pickle %buildroot%python3_sitelibdir/pygments/ %endif %check ptrn='pytest-cov' { grep -s -l "$ptrn" tox.ini | xargs sed -i -e "/$ptrn/d"; } || exit 1 # use tox's pytest sed -i '/^\[testenv\]$/a whitelist_externals =\ \/bin\/cp\ \/bin\/sed\ setenv =\ py3: _PYTEST_BIN=%_bindir\/py.test3\ commands_pre =\ \/bin\/cp {env:_PYTEST_BIN:} \{envbindir\}\/py.test\ \/bin\/sed -i \x271c #!\{envpython\}\x27 \{envbindir\}\/py.test' tox.ini export PIP_NO_BUILD_ISOLATION=no export PIP_NO_INDEX=YES export TOXENV=py3 tox.py3 --sitepackages -vv -r %files %doc LICENSE %_bindir/pygmentize3 %_bindir/pygmentize.py3 %python3_sitelibdir/pygments/ %python3_sitelibdir/%oname-%version-py%_python3_version.egg-info/ %if_with docs %exclude %python3_sitelibdir/*/pickle %files doc %doc %dir %_docdir/python3-module-%oname %doc %_docdir/python3-module-%oname/html %files pickles %python3_sitelibdir/*/pickle %endif %changelog * Mon Dec 14 2020 Aleksei Nikiforov [email protected]> 2.6.1-alt2 - Fixed documentation generation on p9. * Wed May 06 2020 Stanislav Levin [email protected]> 2.6.1-alt1 - 2.4.2 -> 2.6.1. - Enabled testing. * Tue Feb 11 2020 Andrey Bychkov [email protected]> 2.4.2-alt2 - Fixed build requires. * Sat Jun 29 2019 Vitaly Lipatov [email protected]> 2.4.2-alt1 - new version 2.4.2 * Tue May 15 2018 Andrey Bychkov [email protected]> 2.2.0-alt2 - rebuild with python3.6 * Tue Jun 06 2017 Fr. Br. George [email protected]> 2.2.0-alt1 - Autobuild version bump to 2.2.0 - Move "testing" lexer back to main package - Introduce Python3 doc and pickle * Fri Apr 22 2016 Vitaly Lipatov [email protected]> 2.1.3-alt1 - new version 2.1.3 (with rpmrb script) * Mon Apr 11 2016 Ivan Zakharyaschev [email protected]> 2.0.2-alt1.1.1.1 - (NMU) rebuild with rpm-build-python3-0.1.10 (for new-style python3(*) reqs) and with python3-3.5 (for byte-compilation). * Sun Mar 13 2016 Ivan Zakharyaschev [email protected]> 2.0.2-alt1.1.1 - (NMU) rebuild with rpm-build-python3-0.1.9 (for common python3/site-packages/ and auto python3.3-ABI dep when needed) * Wed Jan 27 2016 Mikhail Efremov [email protected]> 2.0.2-alt1.1 - NMU: Use buildreq for BR. * Tue Jan 20 2015 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 2.0.2-alt1 - Version 2.0.2 * Wed Nov 12 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 2.0.1-alt1 - Version 2.0.1 * Wed Mar 20 2013 Aleksey Avdeev [email protected]> 1.6-alt1.1 - Rebuild with Python-3.3 * Tue Feb 12 2013 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.6-alt1 - VErsion 1.6 * Tue Apr 10 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.5-alt2 - Moved %_bindir/pygmentize for Python 3 into python3-module-%oname * Mon Apr 09 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.5-alt1 - Version 1.5 - Added module for Python 3 * Thu Dec 08 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.4-alt1 - Version 1.4 * Fri Nov 25 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.3.1-alt3 - Enabled docs * Fri Oct 21 2011 Vitaly Kuznetsov [email protected]> 1.3.1-alt2.1 - Rebuild with Python-2.7 * Tue Apr 05 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.3.1-alt2 - Rebuilt with python-module-sphinx-devel * Mon Jul 26 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.3.1-alt1 - Version 1.3.1 * Tue Mar 02 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.0-alt4 - Rebuilt with updated macro %%prepare_sphinx * Wed Feb 17 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.0-alt3 - Added pickles package * Tue Feb 16 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.0-alt2 - Added documentation and tests * Wed Nov 11 2009 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.0-alt1.1 - Rebuilt with python 2.6 * Thu Dec 11 2008 Vitaly Lipatov [email protected]> 1.0-alt1 - new version 1.0 (with rpmrb script) * Sat Jan 05 2008 Vitaly Lipatov [email protected]> 0.9-alt1 - initial build for ALT Linux Sisyphus |