Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
c76da4ae
Commit
c76da4ae
authored
11 months ago
by
Yuri Victorovich
Browse files
Options
Downloads
Patches
Plain Diff
biology/py-pysam: update 0.22.0 → 0.22.1
Reported by: portscout
parent
1b441d1e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
biology/py-pysam/Makefile
+11
-3
11 additions, 3 deletions
biology/py-pysam/Makefile
biology/py-pysam/distinfo
+3
-3
3 additions, 3 deletions
biology/py-pysam/distinfo
biology/py-pysam/files/patch-setup.py
+0
-11
0 additions, 11 deletions
biology/py-pysam/files/patch-setup.py
with
14 additions
and
17 deletions
biology/py-pysam/Makefile
+
11
−
3
View file @
c76da4ae
PORTNAME
=
pysam
PORTNAME
=
pysam
DISTVERSION
=
0.22.0
DISTVERSIONPREFIX
=
v
DISTVERSION
=
0.22.1
CATEGORIES
=
biology python
CATEGORIES
=
biology python
MASTER_SITES
=
PYPI
#
MASTER_SITES= PYPI
# no tests
PKGNAMEPREFIX
=
${
PYTHON_PKGNAMEPREFIX
}
PKGNAMEPREFIX
=
${
PYTHON_PKGNAMEPREFIX
}
MAINTAINER
=
yuri@FreeBSD.org
MAINTAINER
=
yuri@FreeBSD.org
...
@@ -12,14 +13,21 @@ LICENSE= MIT
...
@@ -12,14 +13,21 @@ LICENSE= MIT
LICENSE_FILE
=
${
WRKSRC
}
/COPYING
LICENSE_FILE
=
${
WRKSRC
}
/COPYING
LIB_DEPENDS
=
libhts.so:biology/htslib
LIB_DEPENDS
=
libhts.so:biology/htslib
RUN_DEPENDS
=
bcftools:biology/bcftools
\
samtools:biology/samtools
USES
=
gmake python
USES
=
gmake python
USE_PYTHON
=
distutils autoplist cython cython_run
USE_PYTHON
=
distutils autoplist cython cython_run pytest
# 2 failed, 155 errors, see https://github.com/pysam-developers/pysam/issues/1284
USE_GITHUB
=
yes
GH_ACCOUNT
=
pysam-developers
BINARY_ALIAS
=
make
=
${
GMAKE
}
BINARY_ALIAS
=
make
=
${
GMAKE
}
MAKE_ENV
=
HTSLIB_MODE
=
external
\
MAKE_ENV
=
HTSLIB_MODE
=
external
\
HTSLIB_LIBRARY_DIR
=
${
LOCALBASE
}
/lib
\
HTSLIB_LIBRARY_DIR
=
${
LOCALBASE
}
/lib
\
HTSLIB_INCLUDE_DIR
=
${
LOCALBASE
}
/include
HTSLIB_INCLUDE_DIR
=
${
LOCALBASE
}
/include
TEST_ENV
=
${
MAKE_ENV
}
PYTHONPATH
=
${
STAGEDIR
}${
PYTHONPREFIX_SITELIBDIR
}
TEST_WRKSRC
=
${
WRKSRC
}
/tests
post-install
:
post-install
:
@${
STRIP_CMD
}
${
STAGEDIR
}${
PYTHONPREFIX_SITELIBDIR
}
/pysam/lib
*
${
PYTHON_EXT_SUFFIX
}
.so
@${
STRIP_CMD
}
${
STAGEDIR
}${
PYTHONPREFIX_SITELIBDIR
}
/pysam/lib
*
${
PYTHON_EXT_SUFFIX
}
.so
...
...
This diff is collapsed.
Click to expand it.
biology/py-pysam/distinfo
+
3
−
3
View file @
c76da4ae
TIMESTAMP = 1
696579895
TIMESTAMP = 1
714015094
SHA256 (pysam-0.22.0.tar.gz) =
ab7a46973cf0ab8c6ac327f4c3fb67698d7ccbeef8631a716898c6ba01ef3e45
SHA256 (pysam-
developers-pysam-v
0.22.
1_GH
0.tar.gz) =
e4981524d7627c53fa0d3f8cbec2bd65c2ea7520092f25e1029af12cb7b82ff6
SIZE (pysam-0.22.0.tar.gz) =
4631254
SIZE (pysam-
developers-pysam-v
0.22.
1_GH
0.tar.gz) =
3885851
This diff is collapsed.
Click to expand it.
biology/py-pysam/files/patch-setup.py
deleted
100644 → 0
+
0
−
11
View file @
1b441d1e
---
setup
.
py
.
orig
2017
-
04
-
19
05
:
48
:
10
UTC
+++
setup
.
py
@@
-
60
,
7
+
60
,
7
@@
def
run_configure
(
option
):
def
run_make_print_config
():
-
stdout
=
subprocess
.
check_output
([
"
make
"
,
"
-s
"
,
"
print-config
"
])
+
stdout
=
subprocess
.
check_output
([
"
gmake
"
,
"
-s
"
,
"
print-config
"
])
if
IS_PYTHON3
:
stdout
=
stdout
.
decode
(
"
ascii
"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment