r-mass: remove pkg

This commit is contained in:
Shun Wang 2025-01-04 14:18:08 +00:00
parent a30d196604
commit ff47c7b376
5 changed files with 0 additions and 65 deletions

View file

@ -14,7 +14,6 @@ depends=(
r
)
optdepends=(
r-mass
r-cardata
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz"

View file

@ -3,7 +3,6 @@ maintainers:
- github: shun2wang
email: shuonwang@gmail.com
repo_makedepends:
- r-mass
- r-cardata
update_on:
- source: rpkgs

View file

@ -1,34 +0,0 @@
# Maintainer: Shun Wang <shuonwang at gmail dot com>
# Contributor: Shun Wang <shuonwang at gmail dot com>
_pkgname=MASS
_pkgver=7.3-63
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Support Functions and Datasets for Venables and Ripley's MASS"
arch=('any')
url="https://cran.r-project.org/package=$_pkgname"
license=('GPL-2.0-only OR GPL-3.0-only')
depends=(
r
)
optdepends=(
r-lattice
r-nlme
r-nnet
r-survival
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('96acb170749f6add76771cd218965a8c')
b2sums=('39006f6f9cef695d6d5e2a36c08860c9e14522346cfe50e2f71c74673c667c23eb19d9dc58f57c8b31850a8c077bda07b4865041303474b960d224dbe92dd3f5')
build() {
mkdir build
R CMD INSTALL -l build "$_pkgname"
}
package() {
install -d "$pkgdir/usr/lib/R/library"
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
}

View file

@ -1,14 +0,0 @@
#!/usr/bin/env python3
from lilaclib import *
import os
import sys
sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
from lilac_r_utils import r_pre_build
def pre_build():
r_pre_build(_G)
def post_build():
git_pkgbuild_commit()
update_aur_repo()

View file

@ -1,15 +0,0 @@
build_prefix: extra-x86_64
maintainers:
- github: shun2wang
email: shuonwang@gmail.com
repo_makedepends:
- r-lattice
- r-nlme
- r-nnet
- r-survival
update_on:
- source: rpkgs
pkgname: MASS
repo: cran
md5: true
- alias: r