2025-06-17 09:09:05 UTC

This commit is contained in:
Repository mirror & CI
2025-06-17 09:09:05 +00:00
parent b5ea917bc9
commit 438b87f15a
68 changed files with 522 additions and 312 deletions

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=FoBiS.py, a Fortran Building System for poor men
EAPI=8
HOMEPAGE=https://github.com/szaghi/FoBiS
INHERIT=distutils-r1 pypi
IUSE=graphviz python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=graphviz? ( dev-python/graphviz[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=mirror
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/F/FoBiS.py/FoBiS.py-3.1.0.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic b892042b2667b8ac69ec8a2571dc290a out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b043191f3a82642545249acea7318e03 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d75163bd34f1e2f95ecea7530b0a25bf pypi ad1b21f87d117ae9bb089bdb65b8f013
_md5_=6e7b19ed9603a66578b3120ebeaa23dc

View File

@@ -1,6 +1,6 @@
BDEPEND=virtual/fortran
DEFINED_PHASES=compile install prepare pretend setup test
DEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 dev-libs/M_CLI2 doc? ( || ( dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) virtual/fortran
DEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex:0/1 dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 dev-libs/M_CLI2 doc? ( || ( dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) virtual/fortran
DESCRIPTION=Fortran Package Manager (fpm)
EAPI=8
HOMEPAGE=https://fpm.fortran-lang.org
@@ -8,9 +8,9 @@ INHERIT=fortran-2 python-any-r1 toolchain-funcs
IUSE=openmp doc test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 dev-libs/M_CLI2 dev-vcs/git virtual/fortran
RDEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex:0/1 dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 dev-libs/M_CLI2 dev-vcs/git virtual/fortran
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/fortran-lang/fpm/archive/v0.10.0.tar.gz -> fpm-0.10.0.tar.gz https://github.com/fortran-lang/fpm/releases/download/v0.10.0/fpm-0.10.0.F90
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 fortran-2 54fcb693257134adae26819685891ecc multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 b043191f3a82642545249acea7318e03 python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=5b8695ebd7772cf10e3c1b0ef2ccbc40
_md5_=0e1484f8c457576625c1d36ce85068b1

View File

@@ -1,6 +1,6 @@
BDEPEND=virtual/fortran
DEFINED_PHASES=compile install prepare pretend setup test
DEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 >=dev-libs/M_CLI2-3.2.0 doc? ( || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) virtual/fortran
DEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex:0/1 dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 >=dev-libs/M_CLI2-3.2.0 doc? ( || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) virtual/fortran
DESCRIPTION=Fortran Package Manager (fpm)
EAPI=8
HOMEPAGE=https://fpm.fortran-lang.org
@@ -8,9 +8,9 @@ INHERIT=fortran-2 python-any-r1 toolchain-funcs
IUSE=openmp doc test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 >=dev-libs/M_CLI2-3.2.0 dev-vcs/git virtual/fortran
RDEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex:0/1 dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 >=dev-libs/M_CLI2-3.2.0 dev-vcs/git virtual/fortran
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/fortran-lang/fpm/archive/v0.11.0.tar.gz -> fpm-0.11.0.tar.gz https://github.com/fortran-lang/fpm/releases/download/v0.11.0/fpm-0.11.0.F90
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 fortran-2 54fcb693257134adae26819685891ecc multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 b043191f3a82642545249acea7318e03 python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=a4ca911f6cd7b180208745bb25982f92
_md5_=356af10a01d9ff04ff9bfb5f917dff8c

View File

@@ -0,0 +1,16 @@
BDEPEND=virtual/fortran
DEFINED_PHASES=compile install prepare pretend setup test
DEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex:0/2 dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 >=dev-libs/M_CLI2-3.2.0 doc? ( || ( dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) || ( ( dev-lang/python:3.13 app-text/ford[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 app-text/ford[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 app-text/ford[python_targets_python3_11(-)] ) ) ) virtual/fortran
DESCRIPTION=Fortran Package Manager (fpm)
EAPI=8
HOMEPAGE=https://fpm.fortran-lang.org
INHERIT=fortran-2 python-any-r1 toolchain-funcs
IUSE=openmp doc test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/fortran-regex dev-libs/fortran-shlex:0/2 dev-libs/jonquil:0/2 dev-libs/toml-f:0/4 >=dev-libs/M_CLI2-3.2.0 dev-vcs/git virtual/fortran
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/fortran-lang/fpm/archive/v0.12.0.tar.gz -> fpm-0.12.0.tar.gz https://github.com/fortran-lang/fpm/releases/download/v0.12.0/fpm-0.12.0.F90
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 fortran-2 54fcb693257134adae26819685891ecc multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 b043191f3a82642545249acea7318e03 python-any-r1 891415dfe39ad9b41b461f2b86354af0
_md5_=1cc2daee218079764cbe18987fc6631b

View File

@@ -10,6 +10,6 @@ LICENSE=Apache-2.0
RDEPEND=sys-libs/ncurses:= sys-libs/readline:= virtual/pkgconfig
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/xmake-io/xmake/releases/download/v2.9.9/xmake-v2.9.9.tar.gz
SRC_URI=https://github.com/xmake-io/xmake/releases/download/v3.0.0/xmake-v3.0.0.tar.gz
_eclasses_=optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
_md5_=616fc457b5349a194c3c3487231f6fed