mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[PR #458] [CLOSED] djds/build #469
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#469
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/458
Author: @djds
Created: 12/11/2021
Status: ❌ Closed
Base:
develop← Head:djds/build📝 Commits (10+)
8622387[build] Refactor Makefiled30de06Convert setup.py to setup.cfg, pyproject.tomla61744c[build] Add clean, clean.all targets to Makefile95dfbae[build] Run build target in VIRTUAL_ENVe5f0ee0[build] Remove .mypy_cache with clean.all Makefile target4d5aefa[container] Update Dockerfile for PEP 518 buildc034f70[style] Add pre-commit configfad2023[style] Disable pylint invalid-namebd264f0[test] Configure pylint33f0534[ci] Format asciinema workflow; add Python 3.10📊 Changes
13 files changed (+409 additions, -135 deletions)
View changed files
📝
.github/workflows/asciinema.yml(+84 -18)➕
.pre-commit-config.yaml(+31 -0)📝
Dockerfile(+8 -7)📝
Makefile(+55 -15)➕
pyproject.toml(+37 -0)📝
setup.cfg(+58 -0)➖
setup.py(+0 -58)➕
tests/distros/Dockerfile.alpine(+19 -0)➕
tests/distros/Dockerfile.arch(+22 -0)📝
tests/distros/Dockerfile.centos(+16 -8)📝
tests/distros/Dockerfile.debian(+31 -11)📝
tests/distros/Dockerfile.fedora(+18 -7)📝
tests/distros/Dockerfile.ubuntu(+30 -11)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.