Skip to content

Commit

Permalink
dev-python/frozenlist: Bump v.1.4.1+1
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Jan 4, 2024
1 parent 10f8375 commit aff7088
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/atoms-extra/dev/dev-python/frozenlist/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
prelude:
- >-
cp frozenlist-1.4.1.ebuild /var/git/extra-kits/geaaru-kit/dev-python/frozenlist/
- |-
export FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox" && \
export JOBS={{ ( index .Values.labels "jobs" ) | default "3" }} && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: frozenlist
version: 1.4.1
version: 1.4.1+1
category: dev-python
use_flags:
- -python_targets_python3_10
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3+ )
inherit distutils-r1

DESCRIPTION="A list-like structure which implements collections.abc.MutableSequence"
HOMEPAGE="https://github.com/aio-libs/frozenlist https://pypi.org/project/frozenlist/"
SRC_URI="https://files.pythonhosted.org/packages/cf/3d/2102257e7acad73efc4a0c306ad3953f68c504c16982bbdfee3ad75d8085/frozenlist-1.4.1.tar.gz -> frozenlist-1.4.1.tar.gz"

DEPEND="$(python_gen_cond_dep 'dev-python/pbr[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]' -3)"
IUSE=""
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="*"
S="${WORKDIR}/frozenlist-1.4.1"

0 comments on commit aff7088

Please sign in to comment.