GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
repo/sync/gentoo.git
master
stable
Sync-friendly git mirror of repo/gentoo with caches and metadata
Michał Górny <mgorny@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eclass
/
distutils-r1.eclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
distutils-r1.eclass: Update license stripping for hatch
Michał Górny
2022-05-11
1
-3
/
+6
*
distutils-r1.eclass: Introduce sipbuild backend support
Michał Górny
2022-05-11
1
-2
/
+51
*
distutils-r1.eclass: Move setup from src_configure to prepare_all
Michał Górny
2022-05-09
1
-3
/
+3
*
distutils-r1.eclass: Print buildsys package versions to aid debug
Michał Górny
2022-05-09
1
-0
/
+92
*
distutils-r1.eclass: Support DISTUTILS_ARGS in PEP517 mode
Michał Górny
2022-05-09
1
-5
/
+27
*
distutils-r1.eclass: Utilize the new makeopts_jobs default
Michał Górny
2022-05-01
1
-5
/
+1
*
distutils-r1.eclass: Support pbr backend
Michał Górny
2022-05-01
1
-0
/
+9
*
distutils-r1.eclass: Unleash dev-python/gpep517
Michał Górny
2022-04-25
1
-70
/
+15
*
distutils-r1.eclass: Limit dev-python/installer version
Michał Górny
2022-04-25
1
-0
/
+1
*
distutils-r1.eclass: support maturin backend
Ionen Wolkens
2022-04-25
1
-0
/
+17
*
distutils-r1.eclass: use case for system-specific build quirks
Ionen Wolkens
2022-04-25
1
-36
/
+39
*
distutils-r1.eclass: Account for func args when counting makejobs
Michał Górny
2022-04-25
1
-1
/
+1
*
distutils-r1.eclass: Run build_ext only with --jobs -gt 1
Michał Górny
2022-04-25
1
-1
/
+1
*
distutils-r1.eclass: Run build_ext only if there are 2+ files
Michał Górny
2022-04-25
1
-4
/
+8
*
distutils-r1.eclass: "build" dir warn makes sense for pep517 only
Michał Górny
2022-04-21
1
-1
/
+1
*
distutils-r1.eclass: Support flit_scm backend
Michał Górny
2022-04-21
1
-0
/
+9
*
distutils-r1.eclass: don't call copy_egg_info if USE_PEP517=setuptools
Sam James
2022-04-11
1
-1
/
+1
*
distutils-r1.eclass: Bump min. dependency versions
Michał Górny
2022-04-11
1
-9
/
+11
*
distutils-r1.eclass: Print deprecation warning for distutils builds
Michał Górny
2022-04-11
1
-0
/
+9
*
distutils-r1.eclass: Introduce distutils_write_namespace
Michał Górny
2022-04-11
1
-0
/
+41
*
distutils-r1.eclass: Skip build_ext when there no .c/.pyx files
Michał Górny
2022-04-11
1
-1
/
+11
*
distutils-r1.eclass: Call build_ext instead of build in PEP517 mode
Michał Górny
2022-04-11
1
-1
/
+5
*
distutils-r1.eclass: Update namespace package doc URL
Michał Górny
2022-04-11
1
-1
/
+1
*
distutils-r1.eclass: Issue a QA warning if "build" exists
Michał Górny
2022-04-11
1
-1
/
+7
*
distutils-r1.eclass: Prefer "rm -rf build" over "setup.py clean -a"
Michał Górny
2022-04-11
1
-1
/
+5
*
distutils-r1.eclass: Remove extra deps from jupyter backend
Michał Górny
2022-04-08
1
-4
/
+2
*
distutils-r1.eclass: Recognize jupyter PEP517 backend
Michał Górny
2022-04-08
1
-0
/
+11
*
distutils-r1.eclass: Fix PEP517 + single-impl w/ no scripts
Michał Górny
2022-04-08
1
-1
/
+4
*
distutils-r1.eclass: Support GPEP517_TESTING mode
Michał Górny
2022-04-07
1
-31
/
+57
*
distutils-r1.eclass: Add hatchling support (meh!)
Michał Górny
2022-04-07
1
-0
/
+9
*
distutils-r1.eclass: Revert "Support backend-path in pyproject.toml"
Michał Górny
2022-04-02
1
-8
/
+1
*
distutils-r1.eclass: Support backend-path in pyproject.toml
Michał Górny
2022-04-02
1
-1
/
+8
*
*.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE
Ulrich Müller
2022-03-24
1
-11
/
+11
*
distutils-r1.eclass: Do not filter error output from backend getter
Michał Górny
2022-02-25
1
-2
/
+3
*
distutils-r1.eclass: Make build-backend getting more reliable
Michał Górny
2022-02-25
1
-2
/
+4
*
distutils-r1.eclass: Update the desc for PEP517 mode
Michał Górny
2022-02-25
1
-5
/
+10
*
distutils-r1.eclass: Use python_has_version in ...enable_sphinx
Michał Górny
2022-02-15
1
-3
/
+1
*
distutils-r1.eclass: Require explicit root for d_pep517_install
Michał Górny
2022-02-15
1
-4
/
+4
*
distutils-r1.eclass: Add min version to tomli dep
Michał Górny
2022-02-09
1
-1
/
+1
*
python-utils-r1.eclass: Support matching impls by stdlib version
Michał Górny
2022-02-09
1
-3
/
+2
*
distutils-r1.eclass: Use heredoc instead of "python -c"
Michał Górny
2022-02-09
1
-10
/
+22
*
python-utils-r1.eclass: Remove python_is_python3
Michał Górny
2022-02-09
1
-5
/
+3
*
distutils-r1.eclass: Fix has_version for distutils_enable_sphinx
Michał Górny
2022-02-09
1
-1
/
+5
*
distutils-r1.eclass: Create distutils_pep517_install helper
Michał Górny
2022-02-09
1
-29
/
+48
*
distutils-r1.eclass: Get wheel name from the backend
Michał Górny
2022-02-09
1
-9
/
+5
*
distutils-r1.eclass: Split backend getting code into a function
Michał Górny
2022-02-09
1
-47
/
+63
*
distutils-r1.eclass: Restore QA warning for DUS + DISTUTILS_OPTIONAL
Michał Górny
2022-02-01
1
-0
/
+5
*
distutils-r1.eclass: Add DISTUTILS_DEPS output var for PEP 517 mode
Michał Górny
2022-02-01
1
-1
/
+33
*
distutils-r1.eclass: Move DISTUTILS_OPTIONAL check into set_globals
Michał Górny
2022-02-01
1
-7
/
+9
*
distutils-r1.eclass: Fix subphase return value passthrough
Michał Górny
2022-02-01
1
-15
/
+33
[next]