File: Don-t-install-scripts.patch

package info (click to toggle)
pybdsf 1.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,160 kB
  • sloc: fortran: 40,850; python: 14,894; ansic: 4,347; cpp: 1,586; makefile: 131; sh: 46
file content (22 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Ole Streicher <olebole@debian.org>
Date: Sat, 16 May 2020 13:43:04 +0200
Subject: Don't install scripts

---
 pyproject.toml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 9760c32..1b93517 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -60,9 +60,6 @@ dependencies = [
     "matplotlib",
 ]
 
-[project.scripts]
-pybdsf = "bdsf.pybdsf:main [ishell]"
-
 [project.urls]
 Homepage = "https://github.com/lofar-astron/PyBDSF"
 Documentation = "https://pybdsf.readthedocs.io"