Ubuntu Pastebin

Paste from ssbash at Thu, 8 Jun 2017 22:28:12 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: wraticus # you probably want to 'snapcraft register <name>'                          
version: '1.1.47' # just for humans, typically '1.2+git' or '1.3.2'
summary: WRATICUS - The Activus for the WRAT
description: |
      This is my-snap's description. You have a paragraph or two to tell the
      most important story about your snap. Keep it under 100 words though,
      we live in tweetspace and your description wants to look good in the snap
      store.
    
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots
apps:
  wraticus:
    command: python wraticus.py
  widslog:
    command: python wraticus.py
parts:
  wraticus:
    source: ssh://git@bitbucket.org/ssubhash-802/wraticus.git
    plugin: python
    python-version: 'python3'
    #requirements: ./requirements.txt
    python-packages: [lockfile==0.12.2, lxml==3.6.4, msgpack-python==0.4.8, pexpect==4.2.1,    psutil==5.0.0, pyshark==0.3.6.1, requests==2.12.2, xmltodict==0.9.2, bottle==0.10.2, ecdsa=    =0.13, rsa==3.4.2, pyOpenSSL==16.2.0, pygtail==0.7.0, python-dateutil==2.6.0, beautifulsoup    4==4.5.1, robobrowser==0.5.3, pytest==3.0.4, pytest-cov==2.4.0]
Download as text